public static final class FieldPrecedenceModel.TransitionGroup extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
alwaysEndsInStartState()
Returns
true if the transitions in this group do not change state. |
FieldPrecedenceModel.State |
endState()
Returns the end state of the transitions in this group.
|
String |
exampleCode()
Returns some example code for the codec interaction that the transitions in this group share.
|
void |
forEachStartState(Consumer<FieldPrecedenceModel.State> consumer)
Iterate over the start states of the transitions in this group.
|
String |
toString() |
public void forEachStartState(Consumer<FieldPrecedenceModel.State> consumer)
consumer - the consumer of the start states.public FieldPrecedenceModel.State endState()
public boolean alwaysEndsInStartState()
true if the transitions in this group do not change state.true if the transitions in this group do not change state.public String exampleCode()
Copyright © 2013-2024 Real Logic Limited. All Rights Reserved.