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

Line 115 was replaced by line 115
- interface IOntology {
+ interface ISimpleOntologyAccess {
Line 117 was replaced by line 117
- getConcepts(OntologyID) :: Set<ConceptID>
+ getConcepts( OntologyID ) :: Set<ConceptID>
Line 119 was replaced by line 119
- getRoles(OntologyID) :: Set<RoleID>
+ getRoles( OntologyID ) :: Set<RoleID>
Line 121 was replaced by line 121
- getMatchingConcepts(OntologyID, String) :: Set<ConceptID>
+ getMatchingConcepts( OntologyID, String ) :: Set<ConceptID>
Line 123 was replaced by line 123
- getMatchingRoles(OntologyID, String) :: Set<ConceptID>
+ getMatchingRoles( OntologyID, String ) :: Set<ConceptID>
Line 125 was replaced by line 125
- getSubConcepts(OntologyID, ConceptID, DirectFlag ) :: Set<ConceptID>
+ getSubConcepts( OntologyID, ConceptID, DirectFlag ) :: Set<ConceptID>
Line 127 was replaced by line 127
- getDirectSuperConcepts(OntologyID, ConceptID) :: Set<ConceptID>
+ getSuperConcepts( OntologyID, ConceptID, DirectFlag ) :: Set<ConceptID>
At line 128 added 1 line.
+ getSubRoles( OntologyID, RoleID, DirectFlag ) :: Set<RoleID>
Line 130 was replaced by line 131
- getDirectSubRoles(OntologyID, RoleID) :: Set<RoleID>
+ getSuperRoles( OntologyID, RoleID, DirectFlag ) :: Set<RoleID>
Lines 132-133 were replaced by line 133
- getDirectSuperRoles(OntologyID, RoleID) :: Set<RoleID>
-
+ satisfies( ConceptExpression, ConceptExpression ) :: Boolean

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