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 50 and version 49:

At line 109 added 27 lines.
+
+
+ !! A Simple Ontology Interface
+
+ {{{
+ interface IOntology {
+
+ getConcepts(OntologyID) :: Set<ConceptID>
+
+ getRoles(OntologyID) :: Set<RoleID>
+
+ getMatchingConcepts(OntologyID, String) :: Set<ConceptID>
+
+ getMatchingRoles(OntologyID, String) :: Set<ConceptID>
+
+ getSubConcepts(OntologyID, ConceptID, DirectFlag ) :: Set<ConceptID>
+
+ getDirectSuperConcepts(OntologyID, ConceptID) :: Set<ConceptID>
+
+
+ getDirectSubRoles(OntologyID, RoleID) :: Set<RoleID>
+
+ getDirectSuperRoles(OntologyID, RoleID) :: Set<RoleID>
+
+
+ }
+ }}}

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