Class StochasticTraceAlignmentImpl<L,M>
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.tracealignments.StochasticTraceAlignmentImpl<L,M>
-
- All Implemented Interfaces:
StochasticTraceAlignment<L,M>
public class StochasticTraceAlignmentImpl<L,M> extends java.lang.Object implements StochasticTraceAlignment<L,M>
-
-
Constructor Summary
Constructors Constructor Description StochasticTraceAlignmentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(L logMove, M modelMove)LgetMoveA(int indexOfMove)The log move, or null if this move does not contain a log move part.MgetMoveB(int indexOfMove)The model move, or null if this move does not contain a model move part.intgetNumberOfMoves()voidreverse()java.lang.StringtoHTMLString()java.lang.StringtoString()
-
-
-
Method Detail
-
getNumberOfMoves
public int getNumberOfMoves()
- Specified by:
getNumberOfMovesin interfaceStochasticTraceAlignment<L,M>
-
getMoveA
public L getMoveA(int indexOfMove)
Description copied from interface:StochasticTraceAlignmentThe log move, or null if this move does not contain a log move part.- Specified by:
getMoveAin interfaceStochasticTraceAlignment<L,M>- Returns:
-
getMoveB
public M getMoveB(int indexOfMove)
Description copied from interface:StochasticTraceAlignmentThe model move, or null if this move does not contain a model move part.- Specified by:
getMoveBin interfaceStochasticTraceAlignment<L,M>- Returns:
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toHTMLString
public java.lang.String toHTMLString()
-
reverse
public void reverse()
-
-