Uses of Interface
gsim.core.objects.ActionIF

Packages that use ActionIF
gsim.core.objects The objects package provides an API that simplifies the usage of the entities in gsim. 
 

Uses of ActionIF in gsim.core.objects
 

Methods in gsim.core.objects that return ActionIF
 ActionIF BehaviourIF.createAction(java.lang.String name, java.lang.String cls)
          Creates an action.
 ActionIF BehaviourIF.getAction(java.lang.String name)
          Gets the ActionIF with the specified name.
 ActionIF[] BehaviourIF.getAvailableActions()
          Gets all ActionIF's of this behaviour.
 ActionIF RuleIF.getConsequent(java.lang.String actionName)
           
 ActionIF[] RuleIF.getConsequents()
           
 ActionIF SelectionNodeIF.getReferencedAction(java.lang.String actionName)
           
 ActionIF[] SelectionNodeIF.getReferencedActions()
           
 

Methods in gsim.core.objects with parameters of type ActionIF
 void BehaviourIF.addOrSetAction(ActionIF action)
          Adds or updates an action of this behaviour.
 void RuleIF.addOrSetConsequent(ActionIF cons)
           
 void RuleIF.removeConsequent(ActionIF cons)