gr.demokritos.iit.jinsect.storage
Interface IFileLoader<Type>
- All Known Implementing Classes:
- ACQUAINT2DocumentSet, TAC2008DirectoryFileSet, TAC2008TopicFileSet, TAC2008UpdateSummarizationFileSet
public interface IFileLoader<Type>
This interface describes all classes that can load a file, given its
identifier.
Method Summary |
Type |
loadFile(java.lang.String sID)
Loads the file and represents it using type . |
loadFile
Type loadFile(java.lang.String sID)
- Loads the file and represents it using type .
- Parameters:
The
- identifier of the file.
- Returns:
- The representation of the file.