public class After extends FlowPosition
| Constructor and Description |
|---|
After(FlowStep step)
Tests whether the specified step was the last step run.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isRunnerAtRightPositionFor(FlowStep step,
ModelRunner modelRunner) |
getStep, orAfter, testpublic After(FlowStep step)
step, - or null to mean: when no step has been run.protected boolean isRunnerAtRightPositionFor(FlowStep step, ModelRunner modelRunner)
isRunnerAtRightPositionFor in class FlowPosition