Uses of Class
de.unirostock.sems.ModelCrawler.databases.BioModelsDb.BioModelRelease
-
Packages that use BioModelRelease Package Description de.unirostock.sems.ModelCrawler.databases.BioModelsDb -
-
Uses of BioModelRelease in de.unirostock.sems.ModelCrawler.databases.BioModelsDb
Methods in de.unirostock.sems.ModelCrawler.databases.BioModelsDb that return types with arguments of type BioModelRelease Modifier and Type Method Description protected List<BioModelRelease>
BioModelsDb. retrieveReleaseList()
Methods in de.unirostock.sems.ModelCrawler.databases.BioModelsDb with parameters of type BioModelRelease Modifier and Type Method Description int
BioModelRelease. compareTo(BioModelRelease model)
protected void
BioModelsDb. processRelease(BioModelRelease release)
Downloads, extracts and indexes the gives release must called for each new release CHRONOLOGICAL.
-