Modifier and Type | Method and Description |
---|---|
static <L,M> void |
TestTreeExample.testAlignmentLog(java.util.List<MoveImpl<NAryTreeLabel,NAryTreeNode>> state,
java.lang.String[] trace,
gnu.trove.map.TObjectShortMap<java.lang.String> map) |
static <L,M> void |
TestTreeExample.testAlignmentModel(java.util.List<MoveImpl<NAryTreeLabel,NAryTreeNode>> state,
org.processmining.plugins.etm.model.narytree.StateBuilder builder) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<MoveImpl<L,M>> |
AbstractHistoryAwareState.moves |
protected java.util.List<MoveImpl<L,M>> |
SimpleHistoryAwareMovementSequence.moves |
Modifier and Type | Method and Description |
---|---|
java.util.List<MoveImpl<L,M>> |
AbstractHistoryAwareState.getMovementSequence() |
java.util.List<MoveImpl<L,M>> |
HistoryAwareMovementSequence.getMovementSequence()
A non-empty list of movements
|
java.util.List<MoveImpl<L,M>> |
HistoryAwareState.getMovementSequence() |
java.util.List<MoveImpl<L,M>> |
SimpleHistoryAwareMovementSequence.getMovementSequence() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHistoryAwareState.setMove(MoveImpl<L,M> move) |
void |
HistoryAwareState.setMove(MoveImpl<L,M> moves) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHistoryAwareState.setMoves(java.util.List<MoveImpl<L,M>> moves) |
void |
HistoryAwareState.setMoves(java.util.List<MoveImpl<L,M>> moves) |
Constructor and Description |
---|
SimpleHistoryAwareMovementSequence(S fromState,
S toState,
java.util.List<MoveImpl<L,M>> moves) |
Modifier and Type | Method and Description |
---|---|
MoveImpl<NAryTreeLabel,NAryTreeNode> |
NAryTreeMoveList.get(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MoveImpl<NAryTreeLabel,NAryTreeNode>> |
NAryTreeMoveList.getMovementSequence() |
Modifier and Type | Method and Description |
---|---|
void |
NAryTreeHistoryAwareState.setMove(MoveImpl<NAryTreeLabel,NAryTreeNode> move) |
Modifier and Type | Method and Description |
---|---|
void |
NAryTreeMoveList.setMoves(java.util.List<MoveImpl<NAryTreeLabel,NAryTreeNode>> moves) |
Constructor and Description |
---|
NAryTreeHistoryAwareMovementSequence(S toState,
java.util.List<MoveImpl<NAryTreeLabel,NAryTreeNode>> moves) |
NAryTreeMoveList(java.util.List<MoveImpl<NAryTreeLabel,NAryTreeNode>> moves) |
Modifier and Type | Method and Description |
---|---|
protected void |
OracleBasedReplayer.followEdge(java.util.Map<S,java.lang.Integer> newStates,
S fromState,
S toState,
MoveImpl<L,M> move,
int cost) |
protected void |
OracleBasedReplayerWithHistory.followEdge(java.util.Map<S,java.lang.Integer> newStates,
S fromState,
S toState,
MoveImpl<L,M> move,
int cost) |