public abstract class DependentAction
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DependentAction.NodeActionConstant
A trigger for nodes.
|
static class |
DependentAction.NodeActionInverse
A trigger for nodes.
|
Constructor and Description |
---|
DependentAction() |
Modifier and Type | Method and Description |
---|---|
void |
action(Transformation<?> transformation)
Implements the action to be performed.
|
abstract boolean |
appliesTo(Transformation<?> transformation)
Determines whether the trigger action should be performed.
|
void |
apply(Transformation<?> transformation)
Applies the trigger to the given transformation.
|
public void action(Transformation<?> transformation)
transformation
- public abstract boolean appliesTo(Transformation<?> transformation)
transformation
- public final void apply(Transformation<?> transformation)
transformation
-