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 MalformedURLException, MorreCommunicationException
fileId
- MorreCommunicationException
MalformedURLException
CrawledModel getModelVersion(String fileId, String versionId) throws MalformedURLException, MorreCommunicationException
fileId
- versionId
- MorreCommunicationException
MalformedURLException
CrawledModel getLatestModelVersion(String fileId) throws MalformedURLException, MorreCommunicationException
fileId
- MorreCommunicationException
MalformedURLException
boolean addModel(CrawledModel model) throws MalformedURLException, MorreCommunicationException
model
- MorreCommunicationException
MalformedURLException
Copyright © 2013 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.