L
- transition/move of log (language 1)M
- transition/move of model (language 2)public interface StochasticTraceAlignment<L,M>
Modifier and Type | Method and Description |
---|---|
L |
getMoveA(int indexOfMove)
The log move, or null if this move does not contain a log move part.
|
M |
getMoveB(int indexOfMove)
The model move, or null if this move does not contain a model move part.
|
int |
getNumberOfMoves() |
int getNumberOfMoves()
L getMoveA(int indexOfMove)
indexOfMove
- M getMoveB(int indexOfMove)
indexOfMove
-