Changes between Version 17 and Version 18 of ApertureExtractor


Ignore:
Timestamp:
10/26/05 11:04:16 (19 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureExtractor

    v17 v18  
    44 
    55 * The mimetype is specified because the same Extractor can be used for several mimetypes (e.g. !OpenOfficeExtractor or !OpenDocumentExtractor) while there may be slight differences for different mimetypes. 
    6  * A Sesame Repository is specified to the Extractor to put its contents in. The repository 
    7 is neatly wrapped as RDFMap. The application can then decide whether this is an in-memory repository on which only this Extractor is operating, whether the statements go directly into a persistent storage, whether an application-specific optimized Repository implementation is used, etc. 
     6 * A Sesame Repository is specified to the Extractor to put its contents in. The repository is neatly wrapped as RDFMap. The application can then decide whether this is an in-memory repository on which only this Extractor is operating, whether the statements go directly into a persistent storage, whether an application-specific optimized Repository implementation is used, etc. 
    87 
    9 TODO: Leo questions if the rdfmap should be passed or not. 
    10  
     8TODO: Leo questions if the rdfmap should be passed or not. Chris: specifying it as a parameter releaves the implementor from the burden of instantiating one himself, which may not be that trivial, depending on the chosen RDF interface. 
    119 
    1210== Java Interface ==