Changes between Version 4 and Version 5 of ApertureDataObject
- Timestamp:
- 10/17/05 14:46:43 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataObject
v4 v5 74 74 * Get the source-specific metadata. 75 75 * The used keys and values and implementation-dependent. 76 * For java1.4 compability reasons, the map is untyped. 77 * It is already titled RDFMap to reflect our ideas regarding RDF 76 78 * 77 79 * @return The scheme-specific metadata. 78 80 */ 79 public Map<Object, Object>getMetadata();81 public RDFMap getMetadata(); 80 82 } 81 83 }}}