E
- is the type of elements in the sequence.public interface PayloadHandler<E>
Modifier and Type | Method and Description |
---|---|
E |
getSequenceElement(java.util.List<E> sequence,
int i)
Returns the i-th element of the sequence.
|
java.lang.Object |
getSourceStateIdentifier(java.util.List<E> sequence,
int i)
Returns the state representation (i.e., identifier) of the source state
of the transition that corresponds to the i-th element of the sequence.
|
java.lang.Object |
getTargetStateIdentifier(java.util.List<E> sequence,
int i)
Returns the state representation (i.e., identifier) of the target state
of the transition that corresponds to the i-th element of the sequence.
|
java.lang.Object |
getTransitionIdentifier(E element)
Returns the transition representation of the given element.
|
java.lang.Object getSourceStateIdentifier(java.util.List<E> sequence, int i)
sequence
- i
- java.lang.Object getTargetStateIdentifier(java.util.List<E> sequence, int i)
sequence
- i
- java.lang.Object getTransitionIdentifier(E element)
element
-