Uses of Interface
kaos.core.csi.OntInstanceDescription

Packages that use OntInstanceDescription
kaos.core.csi   
kaos.core.csi.extension.state   
kaos.core.csi.policy   
kaos.core.csi.query   
kaos.core.csi.query.data   
 

Uses of OntInstanceDescription in kaos.core.csi
 

Subinterfaces of OntInstanceDescription in kaos.core.csi
 interface ActionInstanceDescription
          This interface contains methods allowing to create and investigate a description of an Action instance.
 

Methods in kaos.core.csi that return OntInstanceDescription
 OntInstanceDescription OntInstanceDescription.clone()
          Clone the instance
 

Uses of OntInstanceDescription in kaos.core.csi.extension.state
 

Methods in kaos.core.csi.extension.state that return OntInstanceDescription
 OntInstanceDescription StateManager.getStateInstance(java.lang.String stateId)
          This method is used to get the OntInstanceDescription for a state instance
 

Methods in kaos.core.csi.extension.state that return types with arguments of type OntInstanceDescription
 java.util.Collection<OntInstanceDescription> StateManager.getStates()
          This method will return a list of OntInstanceDescriptions representing known state
 java.util.List<OntInstanceDescription> StateManager.getStatesOfClass(java.lang.String stateClassName)
          This method will return a list of OntInstanceDescriptions that contain the state class name
 

Methods in kaos.core.csi.extension.state with parameters of type OntInstanceDescription
 void StateManager.registerState(OntInstanceDescription stateInstance)
          This method is used to add a new state to the database (and its properties if included)
 

Uses of OntInstanceDescription in kaos.core.csi.policy
 

Subinterfaces of OntInstanceDescription in kaos.core.csi.policy
 interface ObligationActionDescription
           
 interface ViolatedObligationDescription
           
 

Methods in kaos.core.csi.policy that return types with arguments of type OntInstanceDescription
 java.util.List<OntInstanceDescription> PolicyAdvice.getForbiddenValuesForActionProperty(java.lang.String origPropertyName, ActionInstanceDescription origActionDesc, PolicyDecisionObserver pObserver)
           
 

Uses of OntInstanceDescription in kaos.core.csi.query
 

Methods in kaos.core.csi.query that return OntInstanceDescription
 OntInstanceDescription QueryState.getIndividualDesc(java.lang.String individualName)
          Finds the Ontology description of the provided individual
 

Uses of OntInstanceDescription in kaos.core.csi.query.data
 

Methods in kaos.core.csi.query.data that return OntInstanceDescription
 OntInstanceDescription OntClassPropertyDescription.getInstanceDescription(java.lang.String instID)
           
 

Methods in kaos.core.csi.query.data with parameters of type OntInstanceDescription
 int OntClassDescription.matchInstanceWithClass(OntInstanceDescription testedInstance, java.util.Set<java.lang.String> missingPropertiesInInstance)
           
 



Copyright © 2006 IHMC All Rights Reserved.