Changes between Version 3 and Version 4 of ApertureDataObject
- Timestamp:
- 10/14/05 10:10:26 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataObject
v3 v4 1 1 = 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 5 ChangeLog: 6 7 * 'Metadata' is one word, hence getMetadata, not getMetaData. 2 8 3 9 == Java Interface == … … 71 77 * @return The scheme-specific metadata. 72 78 */ 73 public Map<Object, Object> getMeta Data();79 public Map<Object, Object> getMetadata(); 74 80 } 75 81 }}}