Package | Description |
---|---|
org.processmining.plugins.petrinet.replayer.algorithms.costbasedprefix | |
org.processmining.plugins.petrinet.replayer.util.statespaces |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
OptimizedCostBasedPNReplayAlgorithm.replayTraceInEncodedForm(org.processmining.framework.plugin.Progress progress,
java.util.List<org.deckfour.xes.classification.XEventClass> listTrace,
java.util.Map<org.deckfour.xes.classification.XEventClass,java.util.List<java.lang.Short>> transitionMapping,
java.util.Set<java.lang.Short> setInviTrans,
PNCodec codec,
org.apache.commons.collections15.Bag<java.lang.Short> encInitMarking,
int maxNumOfStates,
int inappropriateTransFireCost,
int replayedEventCost,
int skippedEventCost,
int heuristicDistanceCost,
int selfExecInviTaskCost,
int selfExecRealTaskCost,
boolean allowInviTaskMove,
boolean allowRealTaskMove,
boolean allowEventSkip,
boolean allowExecWOTokens,
boolean allowExecViolating,
java.util.PriorityQueue<CPNCostBasedTreeNode> pq) |
Modifier and Type | Method and Description |
---|---|
int |
CPNCostBasedTreeNode.compareTo(CPNCostBasedTreeNode nodeX) |
Constructor and Description |
---|
CPNCostBasedTreeNode(CPNCostBasedTreeNode otherNode) |