Uses of Class
de.unirostock.sems.ModelCrawler.databases.Interface.ChangeSet
-
-
Uses of ChangeSet in de.unirostock.sems.ModelCrawler
Methods in de.unirostock.sems.ModelCrawler that return ChangeSet Modifier and Type Method Description static ChangeSet
CrawlerAPI. getModelChangeSet(Map<String,ChangeSet> changesPerRelease, String modelName)
Return all ChangeSet changes associated with the given modelName.Methods in de.unirostock.sems.ModelCrawler that return types with arguments of type ChangeSet Modifier and Type Method Description Map<String,ChangeSet>
App. getChanges()
Map<String,ChangeSet>
App. getChangesPerRelease()
static Map<String,ChangeSet>
CrawlerAPI. getChangesPerRelease(CrawlerAPI api)
Method parameters in de.unirostock.sems.ModelCrawler with type arguments of type ChangeSet Modifier and Type Method Description static ChangeSet
CrawlerAPI. getModelChangeSet(Map<String,ChangeSet> changesPerRelease, String modelName)
Return all ChangeSet changes associated with the given modelName. -
Uses of ChangeSet in de.unirostock.sems.ModelCrawler.databases.BioModelsDb
Subclasses of ChangeSet in de.unirostock.sems.ModelCrawler.databases.BioModelsDb Modifier and Type Class Description class
BioModelsChangeSet
Fields in de.unirostock.sems.ModelCrawler.databases.BioModelsDb with type parameters of type ChangeSet Modifier and Type Field Description protected Map<String,ChangeSet>
BioModelsDb. changeSetMap
Methods in de.unirostock.sems.ModelCrawler.databases.BioModelsDb that return ChangeSet Modifier and Type Method Description ChangeSet
BioModelsDb. getModelChanges(String fileId)
Methods in de.unirostock.sems.ModelCrawler.databases.BioModelsDb that return types with arguments of type ChangeSet Modifier and Type Method Description Map<String,ChangeSet>
BioModelsDb. call()
Map<String,ChangeSet>
BioModelsDb. listChanges()
-
Uses of ChangeSet in de.unirostock.sems.ModelCrawler.databases.Interface
Methods in de.unirostock.sems.ModelCrawler.databases.Interface that return ChangeSet Modifier and Type Method Description abstract ChangeSet
ModelDatabase. getModelChanges(String fileId)
Returns the ChangeSet only for one specific model.Methods in de.unirostock.sems.ModelCrawler.databases.Interface that return types with arguments of type ChangeSet Modifier and Type Method Description abstract Map<String,ChangeSet>
ModelDatabase. call()
Starts the process of crawling for this specific Database.abstract Map<String,ChangeSet>
ModelDatabase. listChanges()
Returns a map with all changes made after the last crawl
the fileId is the map key. -
Uses of ChangeSet in de.unirostock.sems.ModelCrawler.databases.PMR2
Subclasses of ChangeSet in de.unirostock.sems.ModelCrawler.databases.PMR2 Modifier and Type Class Description class
PmrChangeSet
Fields in de.unirostock.sems.ModelCrawler.databases.PMR2 with type parameters of type ChangeSet Modifier and Type Field Description protected Map<String,ChangeSet>
PmrDb. changeSetMap
Methods in de.unirostock.sems.ModelCrawler.databases.PMR2 that return ChangeSet Modifier and Type Method Description ChangeSet
PmrDb. getModelChanges(String fileId)
Methods in de.unirostock.sems.ModelCrawler.databases.PMR2 that return types with arguments of type ChangeSet Modifier and Type Method Description Map<String,ChangeSet>
PmrDb. call()
Map<String,ChangeSet>
PmrDb. listChanges()
-
Uses of ChangeSet in de.unirostock.sems.ModelCrawler.storage
Methods in de.unirostock.sems.ModelCrawler.storage with parameters of type ChangeSet Modifier and Type Method Description List<URI>
ModelStorage. storeModelChangeSet(ChangeSet changeSet)
Puts a whole ChangeSet of models into the storage system.
-