public abstract static class DependentAction.NodeActionOR extends DependentAction
DependentAction.NodeActionAND, DependentAction.NodeActionConstant, DependentAction.NodeActionInverse, DependentAction.NodeActionOR
Constructor and Description |
---|
DependentAction.NodeActionOR(DependentAction action)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
additionalConditionAppliesTo(Transformation transformation)
The additional condition to implement.
|
boolean |
appliesTo(Transformation transformation)
Determines whether the trigger action should be performed.
|
action, apply
public DependentAction.NodeActionOR(DependentAction action)
action
- public boolean appliesTo(Transformation transformation)
DependentAction
appliesTo
in class DependentAction
protected abstract boolean additionalConditionAppliesTo(Transformation transformation)
transformation
-