Science Environment for Ecological Knowledge
Ecoinformatics site parent site of Partnership for Biodiversity Informatics site parent site of SEEK - Home
Science Environment for Ecological Knowledge









 

 

 



SMS Service Interfaces

Difference between version 58 and version 57:

Line 43 was replaced by line 43
- getResourceType( ResourceID ) :: ResourceType
+ ResourceType getResourceType( ResourceID )
Line 45 was replaced by line 45
- getSemanticAnnotations( RemoteSearchFlag ) :: Set<SemanticAnnotationID>
+ Set<SemanticAnnotationID> getSemanticAnnotations( RemoteSearchFlag )
Line 47 was replaced by line 47
- getOntology( OntologyID ) :: Set<Ontology>
+ Set<Ontology> getOntology( OntologyID )
Line 59 was replaced by line 59
- getRepositories() :: Set<RepositoryID>
+ Set<RepositoryID> getRepositories()
Line 61 was replaced by line 61
- getResources( RepositoryID, Set<ResourceType> ) :: Set<ResourceID>
+ Set<ResourceID> getResources( RepositoryID, Set<ResourceType> )
Line 63 was replaced by line 63
- partialSearch( RepositoryID, ConceptExpression, ResourceID ) :: Set<ConceptExpression>
+ Set<ConceptExpression> partialSearch( RepositoryID, ConceptExpression, ResourceID )
Line 72 was replaced by line 72
- query( QueryExpression, RemoteFlag ) :: Set<QueryResult>
+ Set<QueryResult> query( QueryExpression, RemoteFlag )

Back to SMS Service Interfaces, or to the Page History.