public interface Morre extends Serializable
Modifier and Type | Method and Description |
---|---|
List<AnnotationResult> |
doAnnotationQuery(String query)
Searches for Annotations on the basis of the gives features
The available features can be retrieved by
getQueryFeatures |
List<ModelResult> |
doModelQuery(String queryType,
FeatureSet features)
Performs a more complex query of the given type
The available features can be retrieved by
getQueryFeatures |
List<PersonResult> |
doPersonQuery(FeatureSet features)
Searches for a Person on the basis of the given features
The available features can be retrieved by
getQueryFeatures |
List<String> |
getQueryFeatures(String queryType)
Returns the available features for a given query type
|
List<ModelResult> |
modelQuery(String query)
Searches for a model on the basis of a simple query
|
List<ModelResult> modelQuery(String query) throws MorreException, MorreClientException, MorreCommunicationException
query
- MorreCommunicationException
MorreClientException
MorreException
List<String> getQueryFeatures(String queryType) throws MorreException, MorreClientException, MorreCommunicationException
queryType
- MalformedURLException
IOException
MorreException
IllegalStateException
MorreClientException
MorreCommunicationException
List<ModelResult> doModelQuery(String queryType, FeatureSet features) throws MorreException, MorreClientException, MorreCommunicationException
getQueryFeatures
queryType
- features
- MorreCommunicationException
MorreException
MorreClientException
List<PersonResult> doPersonQuery(FeatureSet features) throws MorreException, MorreClientException, MorreCommunicationException
getQueryFeatures
features
- MorreException
MorreClientException
MorreCommunicationException
List<AnnotationResult> doAnnotationQuery(String query) throws MorreException, MorreClientException, MorreCommunicationException
getQueryFeatures
features
- MorreException
MorreClientException
MorreCommunicationException
Copyright © 2013 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.