public interface MorreCrawlerInterface
Modifier and Type | Method and 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
- MorreCommunicationException
MorreException
MalformedURLException
MorreClientException
CrawledModel getModelVersion(String fileId, String versionId) throws MorreClientException, MorreCommunicationException, MorreException
fileId
- versionId
- MorreCommunicationException
MorreException
MalformedURLException
MorreClientException
CrawledModel getLatestModelVersion(String fileId) throws MorreClientException, MorreCommunicationException, MorreException
fileId
- MorreCommunicationException
MorreException
MalformedURLException
MorreClientException
boolean addModel(CrawledModel model) throws MorreClientException, MorreCommunicationException, MorreException
model
- MorreCommunicationException
MalformedURLException
MorreClientException
MorreException
Copyright © 2014 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.