| Package | Description |
|---|---|
| org.processmining.onlineconformance.oracle.treebased |
| Modifier and Type | Field and Description |
|---|---|
protected NAryTreeStateVisit<S> |
NAryTreeStateVisit.predecessor |
| Modifier and Type | Method and Description |
|---|---|
NAryTreeStateVisit<S> |
NAryTreeStateVisit.getPredecessor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.TreeSet<NAryTreeStateVisit<S>> |
AbstractNAryTreeOracle.createToDoSet() |
| Modifier and Type | Method and Description |
|---|---|
int |
NAryTreeStateVisit.compareTo(NAryTreeStateVisit<S> o) |
protected NAryTreeHistoryAwareMovementSequence<NAryTreeHistoryAwareState> |
NAryTreeHistoryAwareOracle.createMovementSequence(NAryTreeHistoryAwareState startState,
NAryTreeStateVisit<NAryTreeHistoryAwareState> lastState,
NAryTreeHistoryAwareState toState,
NAryTreeLabel label,
int nodeEnabled,
int cost) |
protected NAryTreeMovementSequence<NAryTreeSimpleState> |
NAryTreeOracle.createMovementSequence(NAryTreeSimpleState startState,
NAryTreeStateVisit<NAryTreeSimpleState> lastState,
NAryTreeSimpleState toState,
NAryTreeLabel label,
int nodeEnabled,
int cost) |
protected abstract M |
AbstractNAryTreeOracle.createMovementSequence(S startState,
NAryTreeStateVisit<S> lastState,
S toState,
NAryTreeLabel label,
int nodeEnabled,
int cost)
Create a movementsequence from "startState" to "toState".
|
| Constructor and Description |
|---|
NAryTreeStateVisit(S state,
NAryTreeStateVisit<S> predecessor,
NAryTreeNode modelMove,
AbstractNAryTreeOracle.NodeSet allowedMoves,
int costSoFar,
int depth) |