Changes between Version 4 and Version 5 of ApertureDataObject


Ignore:
Timestamp:
10/17/05 14:46:43 (19 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureDataObject

    v4 v5  
    7474         * Get the source-specific metadata. 
    7575         * 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 
    7678         *  
    7779         * @return The scheme-specific metadata. 
    7880         */ 
    79         public Map<Object, Object> getMetadata(); 
     81        public RDFMap getMetadata(); 
    8082} 
    8183}}}