public abstract static class DependentAction.NodeActionAND extends DependentAction
DependentAction.NodeActionAND, DependentAction.NodeActionConstant, DependentAction.NodeActionInverse, DependentAction.NodeActionOR
Constructor and Description |
---|
DependentAction.NodeActionAND(DependentAction trigger)
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.NodeActionAND(DependentAction trigger)
trigger
- public boolean appliesTo(Transformation transformation)
DependentAction
appliesTo
in class DependentAction
protected abstract boolean additionalConditionAppliesTo(Transformation transformation)
transformation
-