| Modifier and Type | Method and Description |
|---|---|
ActionStatus |
BlackboardJobImpl.getActionStatus() |
ActionStatus |
BlackboardJob.getActionStatus()
Get the action status.
|
ActionStatus |
BlackboardMessage.getActionStatus()
Status of the action associated with this message.
|
ActionStatus |
BlackboardMessageImpl.getActionStatus() |
static ActionStatus |
ActionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionStatus[] |
ActionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlackboardJobImpl.setActionStatus(ActionStatus actionStatus)
Set the action status.
|
void |
BlackboardJob.setActionStatus(ActionStatus actionStatus)
Set the action status.
|
void |
BlackboardMessage.setActionStatus(ActionStatus actionStatus)
sets the action status.
|
void |
BlackboardMessageImpl.setActionStatus(ActionStatus actionStatus) |
Copyright © 2019. All rights reserved.