Package | Description |
---|---|
org.processmining.onlineconformance.oracle | |
org.processmining.onlineconformance.oracle.treebased | |
org.processmining.onlineconformance.replayer |
Modifier and Type | Interface and Description |
---|---|
interface |
HistoryAwareMovementSequence<S extends HistoryAwareState<L,M>,L,M>
Interface to represent a movement sequence which gives information about the
internal list of movements.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleHistoryAwareMovementSequence<S extends HistoryAwareState<L,M>,L,M> |
class |
SimpleMovementSequence<S,L,M> |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<? extends MovementSequence<S,L,M>> |
Oracle.getSyncronousMoveSequences(S currentState,
L label)
Returns a movementsequence needed to synchronously execute an activity
labeled L.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNAryTreeOracle<S extends NAryTreeState,M extends MovementSequence<S,NAryTreeLabel,NAryTreeNode>> |
Modifier and Type | Class and Description |
---|---|
class |
NAryTreeHistoryAwareMovementSequence<S extends NAryTreeHistoryAwareState> |
class |
NAryTreeMovementSequence<S extends NAryTreeState> |
Modifier and Type | Method and Description |
---|---|
protected void |
OracleBasedReplayer.followEdge(java.util.Map<S,java.lang.Integer> newStates,
S fromState,
S toState,
MovementSequence<S,L,M> moves,
int cost) |
protected void |
OracleBasedReplayerWithHistory.followEdge(java.util.Map<S,java.lang.Integer> newStates,
S fromState,
S toState,
MovementSequence<S,L,M> moves,
int cost) |