Changes between Version 16 and Version 17 of ApertureExtractor


Ignore:
Timestamp:
10/17/05 16:06:40 (19 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApertureExtractor

    v16 v17  
    4545 
    4646 
    47  ALTERNATIVE: 
     47 /* 
     48  inferior ALTERNATIVE: 
    4849 
    4950    public RDFMap extract(URI id, InputStream stream, Charset charset, String mimetype)  throws IOException, DocumentExtractorException; 
     51 
     52  inferior because with first, they only need to know the interface and with inferior they  
     53  have to know how to instantiate a RDFMap. Also performace of first is better, if the 
     54  RDF store is sneaked and passed through the method */ 
     55 
    5056  
    5157}