public interface Morre extends Serializable
Modifier and Type | Method and Description |
---|---|
List<AnnotationResult> |
doAnnotationQuery(String query)
Searches for Annotations on the basis of the given query String
|
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<PublicationResult> |
doPublicationQuery(FeatureSet features)
Searches for a Publication on the basis of the given features
The available features can be retrieved by
getQueryFeatures |
List<ModelResult> |
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! |
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
- StringModelResults
MorreException
MorreClientException
MorreCommunicationException
List<String> getQueryFeatures(String queryType) throws MorreException, MorreClientException, MorreCommunicationException
all
- queryTypes
MorreException
MorreClientException
MorreCommunicationException
List<ModelResult> doModelQuery(String queryType, FeatureSet features) throws MorreException, MorreClientException, MorreCommunicationException
getQueryFeatures
model
- queryTypes
features
- ModelResults
MorreException
MorreClientException
MorreCommunicationException
List<ModelResult> doSimpleModelQuery(String queryType, String keyword) throws MorreException, MorreClientException, MorreCommunicationException
queryType
Note: Only some queryTypes are supporting this method!model
- queryTypes
keyword
- StringModelResults
MorreException
MorreClientException
MorreCommunicationException
List<PersonResult> doPersonQuery(FeatureSet features) throws MorreException, MorreClientException, MorreCommunicationException
getQueryFeatures
features
- PersonResults
MorreException
MorreClientException
MorreCommunicationException
List<PublicationResult> doPublicationQuery(FeatureSet features) throws MorreException, MorreClientException, MorreCommunicationException
getQueryFeatures
features
- PublicationResults
MorreException
MorreClientException
MorreCommunicationException
List<AnnotationResult> doAnnotationQuery(String query) throws MorreException, MorreClientException, MorreCommunicationException
query
- StringAnnotationResults
MorreException
MorreClientException
MorreCommunicationException
Copyright © 2014 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.