Changes between Version 3 and Version 4 of ApertureDataObject


Ignore:
Timestamp:
10/14/05 10:10:26 (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDataObject

    v3 v4  
    11= DataObject = 
     2 
     3'''ToDo''': the getMetadata method should probably return some kind of RDF statement container (the same interface that will be used in Extractor) instead of a Map with key-value pairs, the keys of which are specific to the type of !DataObject/!DataSource. 
     4 
     5ChangeLog: 
     6 
     7 * 'Metadata' is one word, hence getMetadata, not getMetaData. 
    28 
    39== Java Interface == 
     
    7177         * @return The scheme-specific metadata. 
    7278         */ 
    73         public Map<Object, Object> getMetaData(); 
     79        public Map<Object, Object> getMetadata(); 
    7480} 
    7581}}}