Uses of Interface
gsim.core.objects.RuleIF

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

Uses of RuleIF in gsim.core.objects
 

Subinterfaces of RuleIF in gsim.core.objects
 interface RLActionNodeIF
           
 interface SelectionNodeIF
           
 

Methods in gsim.core.objects that return RuleIF
 RuleIF BehaviourIF.createRule(java.lang.String name)
          Creates a RuleIF.
 RuleIF BehaviourIF.getRule(java.lang.String name)
          Gets the RuleIF with the specified name.
 RuleIF[] BehaviourIF.getRules()
          Gets all RuleIF's associated with this behaviour.
 

Methods in gsim.core.objects with parameters of type RuleIF
 void BehaviourIF.addOrSetRule(RuleIF rule)
          Adds or sets a RuleIF of this behaviour