Modifier and Type | Class and Description |
---|---|
class |
AbstractMovePreferenceAwarePetrinetReplayer<T extends nl.tue.astar.Tail,D extends AbstractPDelegate<T>>
A* search that prefers synchronous moves for the specified set of preferred transitions.
|
class |
AbstractPetrinetReplayer<T extends nl.tue.astar.Tail,D extends AbstractPDelegate<T>> |
Modifier and Type | Method and Description |
---|---|
protected nl.tue.astar.util.LinearTrace |
AbstractMovePreferenceAwarePetrinetReplayer.getLinearTrace(org.deckfour.xes.model.XLog log,
int trace,
AbstractPDelegate<?> delegate,
gnu.trove.list.TIntList unUsedIndices,
gnu.trove.map.TIntIntMap trace2orgTrace)
get list of event class.
|
protected nl.tue.astar.util.LinearTrace |
AbstractPetrinetReplayer.getLinearTrace(org.deckfour.xes.model.XLog log,
int trace,
AbstractPDelegate<?> delegate,
gnu.trove.list.TIntList unUsedIndices,
gnu.trove.map.TIntIntMap trace2orgTrace)
get list of event class.
|
nl.tue.astar.util.PartiallyOrderedTrace |
PartialOrderBuilder.getPartiallyOrderedTrace(org.deckfour.xes.model.XLog log,
int trace,
AbstractPDelegate<?> delegate,
gnu.trove.list.TIntList unUsedIndices,
gnu.trove.map.TIntIntMap trace2orgTrace) |
protected SyncReplayResult |
AbstractPetrinetReplayer.recordToResult(AbstractPDelegate<?> d,
org.deckfour.xes.model.XTrace trace,
nl.tue.astar.Trace filteredTrace,
PRecord r,
int traceIndex,
int stateCount,
boolean isReliable,
long milliseconds,
int queuedStates,
int traversedArcs,
int minCostMoveModel,
gnu.trove.list.TIntList unUsedIndices,
gnu.trove.map.TIntIntMap trace2orgTrace) |
protected SyncReplayResult |
PetrinetReplayerSSD.recordToResult(AbstractPDelegate<?> d,
org.deckfour.xes.model.XTrace trace,
nl.tue.astar.Trace filteredTrace,
PRecord r,
int traceIndex,
int stateCount,
boolean isReliable,
long milliseconds,
int queuedStates,
int traversedArcs,
int minCostMoveModel,
gnu.trove.list.TIntList unUsedIndices,
gnu.trove.map.TIntIntMap trace2orgTrace) |
protected SyncReplayResult |
AbstractMovePreferenceAwarePetrinetReplayer.recordToResult(AbstractPDelegate<?> d,
org.deckfour.xes.model.XTrace trace,
nl.tue.astar.Trace filteredTrace,
PRecord r,
int traceIndex,
int stateCount,
boolean isReliable,
long milliseconds,
int queuedStates,
int minCostMoveModel,
gnu.trove.list.TIntList unUsedIndices,
gnu.trove.map.TIntIntMap trace2orgTrace) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPILPDelegate<T extends nl.tue.astar.Tail> |
class |
DijkstraPDelegate |
class |
PDelegate |
class |
PILPDelegate |
class |
PNaiveDelegate |
Modifier and Type | Method and Description |
---|---|
protected nl.tue.astar.util.ShortShortMultiset |
PHead.cloneAndUpdateMarking(AbstractPDelegate<?> delegate,
nl.tue.astar.util.ShortShortMultiset marking,
short modelMove) |
protected org.processmining.models.semantics.petrinet.Marking |
PHead.fromMultiSet(AbstractPDelegate<?> delegate) |
static void |
PRecord.printRecord(AbstractPDelegate<?> delegate,
int trace,
PRecord r) |
Constructor and Description |
---|
PHead(AbstractPDelegate<?> delegate,
org.processmining.models.semantics.petrinet.Marking m,
org.deckfour.xes.model.XTrace t) |
PHeadUnique(AbstractPDelegate<?> delegate,
org.processmining.models.semantics.petrinet.Marking m,
org.deckfour.xes.model.XTrace t) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAllOptAlignmentsAlg<D extends AbstractPDelegate<T>,T extends nl.tue.astar.Tail> |
Modifier and Type | Method and Description |
---|---|
protected nl.tue.astar.Trace |
AbstractAllOptAlignmentsAlg.getLinearTrace(org.deckfour.xes.model.XLog log,
int trace,
AbstractPDelegate<?> delegate)
get list of event class.
|
protected nl.tue.astar.Trace |
AbstractAllOptAlignmentsAlg.getPartiallyOrderedTrace(org.deckfour.xes.model.XLog log,
int trace,
AbstractPDelegate<?> delegate) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAllOptAlignmentsGraphAlg<D extends AbstractPDelegate<T>,T extends nl.tue.astar.Tail> |
Modifier and Type | Class and Description |
---|---|
class |
AllOptAlignmentsTreeDelegate |