public abstract class FlowStep extends Step
| Modifier and Type | Method and Description |
|---|---|
Flow |
getFlow() |
FlowPosition |
getFlowPosition() |
Model |
getModel()
Returns the model that this element is part of.
|
java.lang.String |
getName()
Returns the name of the element.
|
java.util.Optional<FlowStep> |
getPreviousStepInFlow() |
Condition |
getReactWhile() |
void |
orAfter(FlowStep step) |
void |
setReactWhile(Condition reactWhileCondition) |
java.lang.String |
toString() |
getActors, getCondition, getMessageClass, getPredicate, getPublishTo, getSystemReaction, getUseCase, setActors, setMessageClass, setPublishTo, setSystemReaction, setSystemReaction, setSystemReaction, setSystemReaction, toPredicatepublic Flow getFlow()
public java.util.Optional<FlowStep> getPreviousStepInFlow()
public FlowPosition getFlowPosition()
public void orAfter(FlowStep step)
public void setReactWhile(Condition reactWhileCondition)
public Condition getReactWhile()
public java.lang.String getName()
public Model getModel()
public java.lang.String toString()
toString in class java.lang.Object