Uses of Class
jason.environment.SteppedEnvironment.OverActionsPolicy

Packages that use SteppedEnvironment.OverActionsPolicy
jason.environment   
 

Uses of SteppedEnvironment.OverActionsPolicy in jason.environment
 

Methods in jason.environment that return SteppedEnvironment.OverActionsPolicy
static SteppedEnvironment.OverActionsPolicy SteppedEnvironment.OverActionsPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SteppedEnvironment.OverActionsPolicy[] SteppedEnvironment.OverActionsPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jason.environment with parameters of type SteppedEnvironment.OverActionsPolicy
 void SteppedEnvironment.setOverActionsPolicy(SteppedEnvironment.OverActionsPolicy p)
          Sets the policy used for the second ask for an action while another action is not finished yet.