Package | Description |
---|---|
de.unirostock.sems.morre.client | |
de.unirostock.sems.morre.client.impl |
Modifier and Type | Method and Description |
---|---|
boolean |
MorreCrawlerInterface.addModel(CrawledModel model)
Adds a model to the database
|
List<AnnotationResult> |
Morre.doAnnotationQuery(String query)
Searches for Annotations on the basis of the given query String
|
List<ModelResult> |
Morre.doModelQuery(String queryType,
FeatureSet features)
Performs a more complex query of the given type
The available features can be retrieved by
getQueryFeatures |
List<PersonResult> |
Morre.doPersonQuery(FeatureSet features)
Searches for a Person on the basis of the given features
The available features can be retrieved by
getQueryFeatures |
List<PublicationResult> |
Morre.doPublicationQuery(FeatureSet features)
Searches for a Publication on the basis of the given features
The available features can be retrieved by
getQueryFeatures |
List<ModelResult> |
Morre.doSimpleModelQuery(String queryType,
String keyword)
Performs a simple query with only one keyword field for the given
queryType
Note: Only some queryTypes are supporting this method! |
CrawledModel |
MorreCrawlerInterface.getLatestModelVersion(String fileId)
Returns the latest version of a model as dataholder object
|
List<String> |
MorreCrawlerInterface.getModelHistory(String fileId)
Returns all available versions of this model as String List
|
CrawledModel |
MorreCrawlerInterface.getModelVersion(String fileId,
String versionId)
Returns one specific version of a model as dataholder object
|
List<String> |
Morre.getQueryFeatures(String queryType)
Returns the available features for a given query type
|
List<ModelResult> |
Morre.modelQuery(String query)
Searches for a model on the basis of a simple query
|
Modifier and Type | Method and Description |
---|---|
boolean |
HttpMorreClient.addModel(CrawledModel model) |
List<AnnotationResult> |
HttpMorreClient.doAnnotationQuery(String query) |
List<ModelResult> |
HttpMorreClient.doModelQuery(String queryType,
FeatureSet features) |
List<PersonResult> |
HttpMorreClient.doPersonQuery(FeatureSet features) |
List<PublicationResult> |
HttpMorreClient.doPublicationQuery(FeatureSet features) |
List<ModelResult> |
HttpMorreClient.doSimpleModelQuery(String queryType,
String keyword) |
CrawledModel |
HttpMorreClient.getLatestModelVersion(String fileId) |
List<String> |
HttpMorreClient.getModelHistory(String fileId) |
CrawledModel |
HttpMorreClient.getModelVersion(String fileId,
String versionId) |
List<String> |
HttpMorreClient.getQueryFeatures(String queryType) |
List<ModelResult> |
HttpMorreClient.modelQuery(String query) |
Copyright © 2014 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.