Uses of Class
jason.environment.TimeSteppedEnvironment.OverActionsPolicy
Package | Description |
---|---|
jason.environment |
-
Uses of TimeSteppedEnvironment.OverActionsPolicy in jason.environment
Fields in jason.environment declared as TimeSteppedEnvironment.OverActionsPolicy Modifier and Type Field Description private TimeSteppedEnvironment.OverActionsPolicy
TimeSteppedEnvironment. overActPol
Methods in jason.environment that return TimeSteppedEnvironment.OverActionsPolicy Modifier and Type Method Description static TimeSteppedEnvironment.OverActionsPolicy
TimeSteppedEnvironment.OverActionsPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TimeSteppedEnvironment.OverActionsPolicy[]
TimeSteppedEnvironment.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 TimeSteppedEnvironment.OverActionsPolicy Modifier and Type Method Description void
TimeSteppedEnvironment. setOverActionsPolicy(TimeSteppedEnvironment.OverActionsPolicy p)
Sets the policy used for the second ask for an action while another action is not finished yet.