Package | Description |
---|---|
de.unirostock.sems.morre.client | |
de.unirostock.sems.morre.client.impl |
Modifier and Type | Method and Description |
---|---|
List<AnnotationResult> |
Morre.doAnnotationQuery(String query)
Searches for Annotations on the basis of the gives features
The available features can be retrieved by
getQueryFeatures |
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<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 |
---|---|
List<AnnotationResult> |
HttpMorreClient.doAnnotationQuery(String query) |
List<ModelResult> |
HttpMorreClient.doModelQuery(String queryType,
FeatureSet features) |
List<PersonResult> |
HttpMorreClient.doPersonQuery(FeatureSet features) |
List<String> |
HttpMorreClient.getQueryFeatures(String queryType) |
List<ModelResult> |
HttpMorreClient.modelQuery(String query) |
Copyright © 2013 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.