public class OptimizedCostBasedPNReplayAlgorithm
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ISRELIABLE |
static int |
LISTOFPAIR |
static int |
TIME |
Constructor and Description |
---|
OptimizedCostBasedPNReplayAlgorithm() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
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) |
public static int LISTOFPAIR
public static int ISRELIABLE
public static int TIME
public static java.lang.Object[] 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)