public class NoOpAction extends DynamicAction
| Modifier and Type | Field and Description |
|---|---|
static NoOpAction |
NO_OP |
ATTRIBUTE_NAME| Modifier and Type | Method and Description |
|---|---|
boolean |
isNoOp()
Indicates whether or not this Action is a 'No Operation'.
Note: AIMA3e - NoOp, or no operation, is the name of an assembly language instruction that does nothing. |
describeType, getNamecopy, describeAttributes, equals, getAttribute, getKeySet, hashCode, removeAttribute, setAttribute, toStringpublic static final NoOpAction NO_OP
public boolean isNoOp()
ActionisNoOp in interface ActionisNoOp in class DynamicAction