|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryState.UnknownConceptException | |
---|---|
kaos.core.csi.ontology | |
kaos.core.csi.query | |
kaos.core.csi.registration |
Uses of QueryState.UnknownConceptException in kaos.core.csi.ontology |
---|
Methods in kaos.core.csi.ontology that throw QueryState.UnknownConceptException | |
---|---|
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.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 QueryState.UnknownConceptException in kaos.core.csi.query |
---|
Methods in kaos.core.csi.query that throw QueryState.UnknownConceptException | |
---|---|
boolean |
QueryState.areClassesDisjoint(java.lang.String firstClass,
java.lang.String secondClass)
Test if two provided classes are disjoint |
ActionClassDescription |
QueryKAoSOntologyService.getActionDesc(java.lang.String actionClassName)
Get descriptions of the Action classes |
java.util.Set<java.lang.String> |
QueryKAoSOntologyService.getActionsActorCanPerform(java.lang.String forActor)
|
java.util.Set<ActionClassDescription> |
QueryKAoSOntologyService.getActionsDescActorCanPerform(java.lang.String forActor)
Get descriptions of the Action classes the specified Actor class or instance can perform based on its class. |
OntClassDescription |
QueryState.getClassDesc(java.lang.String className)
|
java.util.Set<java.lang.String> |
QueryKAoSOntologyService.getClassesOfActors(java.lang.String baseActorClass)
Get names of the Actors classes known to the ontology repository being a subclass of the specified base class. |
java.util.Set<java.lang.String> |
QueryKAoSOntologyService.getClassesOfGroups(java.lang.String baseGroupClass)
Get names of the Group classes known to the ontology repository being a subclass of the specified base class. |
java.util.Set<java.lang.String> |
QueryKAoSOntologyService.getClassesOfPlaces(java.lang.String basePlaceClass)
Get names of the Places classes known to the ontology repository being a subclass of the specified base class. |
java.util.Set<java.lang.String> |
QueryKAoSOntologyService.getClassesOfResources(java.lang.String baseResourceClass)
Get names of the resources (Actors or Entities) classes known to the ontology repository being a subclass of the specified base class. |
java.util.List |
QueryRegistration.getGroupsLedBy(java.lang.String actorId)
Get the Groups led by the given Actor |
java.util.Set<java.lang.String> |
QueryState.getImmediateSubClassesOf(java.lang.String className)
Get set of immediate subclasses of the given class (direct children of the class). |
java.util.Set<java.lang.String> |
QueryKAoSOntologyService.getIndividualActors(java.lang.String baseActorClass)
Get names of the individual Actors known to the ontology repository being an instance of the specified base class. |
OntInstanceDescription |
QueryState.getIndividualDesc(java.lang.String individualName)
Finds the Ontology description of the provided individual |
java.util.Set<java.lang.String> |
QueryKAoSOntologyService.getIndividualGroups(java.lang.String baseGroupClass)
Get names of the individual Groups known to the ontology repository being an instance of the specified base class. |
java.util.Set<java.lang.String> |
QueryKAoSOntologyService.getIndividualPlaces(java.lang.String basePlaceClass)
Get names of the individual Places known to the ontology repository being an instance of the specified base class. |
java.util.Set<java.lang.String> |
QueryKAoSOntologyService.getIndividualResources(java.lang.String baseResourceClass)
Get names of the individual resources (Actors or Entities) known to the ontology repository being an instance of the specified base class. |
java.util.Set<java.lang.String> |
QueryState.getInstancesOf(java.lang.String conceptName)
Get set of instances of the given concept; if the concept is an instance itself the set contains just this instance. |
java.util.Set<java.lang.String> |
QueryState.getOntologyTypesOfIndividual(java.lang.String individualName)
Finds the ultimate Ontology type of the provided individual, from the ontologies explicitly loaded into repository |
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.util.Set<java.lang.String> |
QueryState.getSubClassesOf(java.lang.String className)
Get set of subclasses of the given class. |
java.util.Set<java.lang.String> |
QueryState.getSubPropertiesOf(java.lang.String propertyName)
Get set of subproperties of the given property. |
java.util.Set<java.lang.String> |
QueryState.getSuperClassesOf(java.lang.String className)
Get set of superclasses of the given class. |
java.util.Set<java.lang.String> |
QueryState.getSuperPropertiesOf(java.lang.String propertyName)
Get set of super properties of the given property. |
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 QueryState.UnknownConceptException in kaos.core.csi.registration |
---|
Methods in kaos.core.csi.registration that throw QueryState.UnknownConceptException | |
---|---|
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 |