|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OntologyService | |
---|---|
kaos.core.csi.ontology | |
kaos.core.csi.query.data | |
kaos.core.csi.registration |
Uses of OntologyService in kaos.core.csi.ontology |
---|
Subinterfaces of OntologyService in kaos.core.csi.ontology | |
---|---|
interface |
OntologyRepositoryService
Defines the operations allowing to access KAoS constructed ontology structures Adds XML Schema repository access and KAoS Ontology specific queries to the generic ontology service functionality |
Uses of OntologyService in kaos.core.csi.query.data |
---|
Constructors in kaos.core.csi.query.data with parameters of type OntologyService | |
---|---|
ActionClassDescription(java.lang.String _actionClassName,
OntologyService _myOntologyContext)
|
Uses of OntologyService in kaos.core.csi.registration |
---|
Methods in kaos.core.csi.registration with parameters of type OntologyService | |
---|---|
static java.util.List<java.lang.String> |
PropertyUtil.getPropertiesAsOWL(java.lang.String entityGUID,
java.util.List<Property> properties,
OntologyService ontRepository)
Create list of OWL individuals identified by entityGUID with the given property values assigned |
static java.lang.String |
PropertyUtil.getPropertyAsOWL(java.lang.String entityGUID,
Property myProperty,
OntologyService ontRepository)
Create an OWL individual identified by entityGUID with the given property values assigned |
static java.lang.String |
PropertyUtil.getTripleAsOWL(java.lang.String entityGUID,
java.lang.String myProperty,
java.lang.String myValue,
OntologyService ontRepository)
Create an OWL individual identified by the given triple |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |