Uses of Interface
gsim.core.objects.SelectionNodeIF

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

Uses of SelectionNodeIF in gsim.core.objects
 

Methods in gsim.core.objects that return SelectionNodeIF
 SelectionNodeIF RLActionNodeIF.createSelectionNode(java.lang.String name)
           
 SelectionNodeIF RLActionNodeIF.getSelectionNode(java.lang.String name)
           
 SelectionNodeIF[] RLActionNodeIF.getSelectionNodes()
           
 

Methods in gsim.core.objects with parameters of type SelectionNodeIF
 void RLActionNodeIF.addOrSetSelectionNode(SelectionNodeIF sc)
           
 void RLActionNodeIF.removeSelectionNode(SelectionNodeIF sc)