Uses of Interface
org.aksw.iguana.rp.storage.Storage
-
Packages that use Storage Package Description org.aksw.iguana.cc.config.elements org.aksw.iguana.rp.controller org.aksw.iguana.rp.storage org.aksw.iguana.rp.storage.impl -
-
Uses of Storage in org.aksw.iguana.cc.config.elements
Methods in org.aksw.iguana.cc.config.elements that return Storage Modifier and Type Method Description Storage
StorageConfig. createStorage()
-
Uses of Storage in org.aksw.iguana.rp.controller
Method parameters in org.aksw.iguana.rp.controller with type arguments of type Storage Modifier and Type Method Description void
RPController. init(java.util.List<Storage> storages, java.util.List<Metric> metrics)
This will initialize the MainController. -
Uses of Storage in org.aksw.iguana.rp.storage
Classes in org.aksw.iguana.rp.storage that implement Storage Modifier and Type Class Description class
TripleBasedStorage
This Storage will save all the metric results as triplesMethods in org.aksw.iguana.rp.storage that return types with arguments of type Storage Modifier and Type Method Description java.util.Set<Storage>
StorageManager. getStorages()
Will return each StorageMethods in org.aksw.iguana.rp.storage with parameters of type Storage Modifier and Type Method Description void
StorageManager. addStorage(Storage storage)
Will add the StorageMethod parameters in org.aksw.iguana.rp.storage with type arguments of type Storage Modifier and Type Method Description void
StorageManager. addStorages(java.util.List<Storage> storages)
-
Uses of Storage in org.aksw.iguana.rp.storage.impl
Classes in org.aksw.iguana.rp.storage.impl that implement Storage Modifier and Type Class Description class
NTFileStorage
Will save results as NTriple File either using the provided name or the a generated one.class
TriplestoreStorage
This Storage will save all the metric results into a specified triple store
-