Uses of Class
kaos.core.csi.query.data.ActionClassDescription

Packages that use ActionClassDescription
kaos.core.csi.policy   
kaos.core.csi.query   
 

Uses of ActionClassDescription in kaos.core.csi.policy
 

Methods in kaos.core.csi.policy that return types with arguments of type ActionClassDescription
 java.util.List<ActionClassDescription> PolicyAdvice.getConfiguration(ActionInstanceDescription actionDesc, boolean tight, PolicyDecisionObserver pObserver)
           
 java.util.List<ActionClassDescription> PolicyAdvice.getConfiguration(java.util.List<java.lang.String> propertyNames, ActionInstanceDescription actionDesc, boolean tight, PolicyDecisionObserver pObserver)
           
 

Uses of ActionClassDescription in kaos.core.csi.query
 

Methods in kaos.core.csi.query that return ActionClassDescription
 ActionClassDescription QueryKAoSOntologyService.getActionDesc(java.lang.String actionClassName)
          Get descriptions of the Action classes
 

Methods in kaos.core.csi.query that return types with arguments of type ActionClassDescription
 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.
 



Copyright © 2006 IHMC All Rights Reserved.