Modifier and Type | Method and Description |
---|---|
static ChangeSet |
CrawlerAPI.getModelChangeSet(Map<String,ChangeSet> changesPerRelease,
String modelName)
Return all ChangeSet changes associated with the given modelName.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ChangeSet> |
App.getChanges() |
Map<String,ChangeSet> |
App.getChangesPerRelease() |
static Map<String,ChangeSet> |
CrawlerAPI.getChangesPerRelease(CrawlerAPI api) |
Modifier and Type | Method and Description |
---|---|
static ChangeSet |
CrawlerAPI.getModelChangeSet(Map<String,ChangeSet> changesPerRelease,
String modelName)
Return all ChangeSet changes associated with the given modelName.
|
Modifier and Type | Class and Description |
---|---|
class |
BioModelsChangeSet |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ChangeSet> |
BioModelsDb.changeSetMap |
Modifier and Type | Method and Description |
---|---|
ChangeSet |
BioModelsDb.getModelChanges(String fileId) |
Modifier and Type | Method and Description |
---|---|
Map<String,ChangeSet> |
BioModelsDb.call() |
Map<String,ChangeSet> |
BioModelsDb.listChanges() |
Modifier and Type | Method and Description |
---|---|
abstract ChangeSet |
ModelDatabase.getModelChanges(String fileId)
Returns the ChangeSet only for one specific model.
|
Modifier and Type | Method and 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. |
Modifier and Type | Class and Description |
---|---|
class |
PmrChangeSet |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ChangeSet> |
PmrDb.changeSetMap |
Modifier and Type | Method and Description |
---|---|
ChangeSet |
PmrDb.getModelChanges(String fileId) |
Modifier and Type | Method and Description |
---|---|
Map<String,ChangeSet> |
PmrDb.call() |
Map<String,ChangeSet> |
PmrDb.listChanges() |
Modifier and Type | Method and Description |
---|---|
List<URI> |
ModelStorage.storeModelChangeSet(ChangeSet changeSet)
Puts a whole ChangeSet of models into the storage system.
|
Copyright © 2019 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.