Uses of Class
gsim.core.objects.RLActionNodeIF.Method

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

Uses of RLActionNodeIF.Method in gsim.core.objects
 

Methods in gsim.core.objects that return RLActionNodeIF.Method
 RLActionNodeIF.Method RLActionNodeIF.getMethod()
           
static RLActionNodeIF.Method RLActionNodeIF.Method.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RLActionNodeIF.Method[] RLActionNodeIF.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gsim.core.objects with parameters of type RLActionNodeIF.Method
 void RLActionNodeIF.setMethod(RLActionNodeIF.Method p)