public static class NodeAction.NodeActionConstant extends NodeAction
NodeAction.NodeActionAND, NodeAction.NodeActionConstant, NodeAction.NodeActionInverse, NodeAction.NodeActionOR
Constructor and Description |
---|
NodeAction.NodeActionConstant(boolean result) |
Modifier and Type | Method and Description |
---|---|
boolean |
appliesTo(Node node)
Determines whether the trigger action should be performed.
|
action, apply
public NodeAction.NodeActionConstant(boolean result)
result
- public boolean appliesTo(Node node)
NodeAction
appliesTo
in class NodeAction