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 StorageStorageConfig. 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 voidRPController. 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 classTripleBasedStorageThis 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 voidStorageManager. 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 voidStorageManager. 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 classNTFileStorageWill save results as NTriple File either using the provided name or the a generated one.classTriplestoreStorageThis Storage will save all the metric results into a specified triple store 
 -