Package | Description |
---|---|
jason.environment |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|