Package org.aksw.iguana.cc.storage
Interface Storable.AsCSV
- All Superinterfaces:
Storable
- All Known Implementing Classes:
BooleanResultData
,ResultCountData
- Enclosing interface:
- Storable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aksw.iguana.cc.storage.Storable
Storable.AsCSV, Storable.AsRDF, Storable.CSVData
-
Method Summary
-
Method Details
-
toCSV
Storable.CSVData toCSV()Converts the data into CSV files. The key of the map contains the file name for the linked entries.- Returns:
- CSVFileData list which contains all the files and their data that should be created and stored
-