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 8 and version 7:

Line 4 was replaced by line 4
- search( ConceptExpression, Set<ResourceType>, RemoteSearchFlag ) :: Set<Resource>
+ AnnotationEngine: search( ConceptExpression, Set<ResourceType>, RemoteSearchFlag ) :: Set<ResourceID>
Lines 11-18 were replaced by lines 11-14
- The search operation also assumes that the following data structures have been implemented:
-
- * {{{
- interface SemanticAnnotation {
- }
- }}}
-
- leverages the following other services provided by the Kepler Object Manager:
+ The search operation requires the following service:
+ {{{
+ AnnotationEngine: getMatchingResources(SemanticAnnotationID, ConceptExpression) :: Set<ResourceID>
+ }}}
Lines 20-21 were replaced by lines 16-19
- * {{getAnnotations( RemoteSearchFlag ) :: Set<SemanticAnnotation>}}
- * A set of ontology operations to determine
+ As well as the following operation implemented by the Kepler Object Manager:
+ {{{
+ KeplerObjectManager: getSemanticAnnotations( RemoteSearchFlag) :: Set<SemanticAnnotationID>
+ }}}

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