Uses of Class
kaos.core.csi.ontology.OntologyService.ReasoningException

Packages that use OntologyService.ReasoningException
kaos.core.csi.ontology   
kaos.core.csi.query   
kaos.core.csi.registration   
 

Uses of OntologyService.ReasoningException in kaos.core.csi.ontology
 

Methods in kaos.core.csi.ontology that throw OntologyService.ReasoningException
 void OntologyRepositoryService.addConstructedOntologyStructure(kaos.ontology.util.SerializableOntModelImpl myOntModel)
          Adds ontology included in the provide objects into the ontology repository.
 void OntologyRepositoryService.addConstructedOntologyStructures(java.util.List<kaos.ontology.util.SerializableOntModelImpl> list)
          Adds the constructed ontology structure to Directory Service Proxy
 void OntologyService.addOntologicalTypeToEntity(java.lang.String entityName, java.lang.String typeName, java.lang.String typeDesc)
          Add new type to the entity
 void OntologyService.addPropertyToEntity(java.lang.String entityName, java.lang.String propertyName, java.lang.String propertyValue, java.lang.String propertyValueDesc)
          Add a property value to an entity
 kaos.ontology.util.SerializableOntModelImpl OntologyRepositoryService.getConstructedOntologyStructure(java.lang.String structureId)
          This method retrieves user defined ontology structure identified by the id from the repository.
 void OntologyService.loadOntology(java.lang.String loadedOWL)
          Loads ontology in OWL into the repository of the Ontology Service
 java.util.Set<java.lang.String> OntologyService.loadOntology(java.lang.String myURL, boolean recursiveLoad)
          Loads ontology in OWL from given URL into the repository of the Ontology Service
 void OntologyService.removeOntologicalTypeFromEntity(java.lang.String entityName, java.lang.String typeName)
          Remove a type from the entity
 void OntologyService.removePropertyFromEntity(java.lang.String entityName, java.lang.String propertyName, java.lang.String propertyValue)
          Remove a property value from an entity
 

Uses of OntologyService.ReasoningException in kaos.core.csi.query
 

Methods in kaos.core.csi.query that throw OntologyService.ReasoningException
 boolean QueryState.areClassesDisjoint(java.lang.String firstClass, java.lang.String secondClass)
          Test if two provided classes are disjoint
 java.util.Set<java.lang.String> QueryState.askQuery(java.lang.String variableName, java.lang.String multiplyVariablesQuery)
          Get values of the selected variable satisfying the KIF query with possibly many variable.
 OntClassDescription QueryState.getClassDesc(java.lang.String className)
           
 java.util.List QueryRegistration.getGroupsLedBy(java.lang.String actorId)
          Get the Groups led by the given Actor
 java.util.List<java.lang.String> QueryState.getPropertiesApplicableTo(java.lang.String className)
          Get properties applicable to the given class
 java.lang.String QueryState.getRangeOnPropertyForClass(java.lang.String className, java.lang.String propertyName)
          Get the name of the class defining the range of the specified property for the given class.
 java.util.Set<java.lang.String> QueryState.getResourcesWithValueForProperty(java.lang.String property, java.lang.String value)
          Get values of the variable satisfying the KIF query: (property ?subject value).
 java.lang.String QueryState.getUniqueValueForProperty(java.lang.String property, java.lang.String subject)
          Get a single value of the variable satisfying the KIF query: (property subject ?val).
 java.util.Set<java.lang.String> QueryState.getValuesForProperty(java.lang.String property, java.lang.String subjectStr)
          Get values of the variable satisfying the KIF query: (property subject ?val).
 boolean QueryState.testTrue(java.lang.String subject, java.lang.String predicate, java.lang.String object)
          Test if triple is true according to the ontologies in the ontology repository.
 

Uses of OntologyService.ReasoningException in kaos.core.csi.registration
 

Methods in kaos.core.csi.registration that throw OntologyService.ReasoningException
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
 



Copyright © 2006 IHMC All Rights Reserved.