Uses of Interface
gsim.core.objects.RLActionNodeIF

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

Uses of RLActionNodeIF in gsim.core.objects
 

Methods in gsim.core.objects that return RLActionNodeIF
 RLActionNodeIF BehaviourIF.createRLActionNode(java.lang.String name)
          Creates an RLActionNodeIF.
 RLActionNodeIF BehaviourIF.getRLActionNode(java.lang.String name)
          Get an RLActionNodeIF with the specified name.
 RLActionNodeIF[] BehaviourIF.getRLActionNodes()
          Gets all RLActionNodeIF's associated with this behaviour.
 

Methods in gsim.core.objects with parameters of type RLActionNodeIF
 void BehaviourIF.addOrSetRLActionNode(RLActionNodeIF node)
          Adds or updates an RLActionNodeIF of this behaviour.