public class StochasticTraceAlignmentImpl<L,M> extends java.lang.Object implements StochasticTraceAlignment<L,M>
Constructor and Description |
---|
StochasticTraceAlignmentImpl() |
Modifier and Type | Method and Description |
---|---|
void |
add(L logMove,
M modelMove) |
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() |
void |
reverse() |
java.lang.String |
toHTMLString() |
java.lang.String |
toString() |
public int getNumberOfMoves()
getNumberOfMoves
in interface StochasticTraceAlignment<L,M>
public L getMoveA(int indexOfMove)
StochasticTraceAlignment
getMoveA
in interface StochasticTraceAlignment<L,M>
public M getMoveB(int indexOfMove)
StochasticTraceAlignment
getMoveB
in interface StochasticTraceAlignment<L,M>
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toHTMLString()
public void reverse()