HttpMorreClientpublic interface MorreCrawlerInterface
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
addModel(CrawledModel model) |
Adds a model to the database.
|
CrawledModel |
getLatestModelVersion(String fileId) |
Returns the latest version of a model as dataholder object.
|
List<String> |
getModelHistory(String fileId) |
Returns all available versions of this model as String List.
|
CrawledModel |
getModelVersion(String fileId,
String versionId) |
Returns one specific version of a model as dataholder object.
|
List<String> getModelHistory(String fileId) throws MorreClientException, MorreCommunicationException, MorreException
fileId - the file idMorreClientException - the morre client exceptionMorreCommunicationException - the morre communication exceptionMorreException - the morre exceptionCrawledModel getModelVersion(String fileId, String versionId) throws MorreClientException, MorreCommunicationException, MorreException
fileId - the file idversionId - the version idMorreClientException - the morre client exceptionMorreCommunicationException - the morre communication exceptionMorreException - the morre exceptionCrawledModel getLatestModelVersion(String fileId) throws MorreClientException, MorreCommunicationException, MorreException
fileId - the file idMorreClientException - the morre client exceptionMorreCommunicationException - the morre communication exceptionMorreException - the morre exceptionboolean addModel(CrawledModel model) throws MorreClientException, MorreCommunicationException, MorreException
model - the modelMorreClientException - the morre client exceptionMorreCommunicationException - the morre communication exceptionMorreException - the morre exceptionCopyright © 2018 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.