Uses of Class
org.processmining.plugins.petrinet.replayer.util.CPNCostBasedTreeNode

Packages that use CPNCostBasedTreeNode
org.processmining.plugins.petrinet.replayer.algorithms   
org.processmining.plugins.petrinet.replayer.util   
 

Uses of CPNCostBasedTreeNode in org.processmining.plugins.petrinet.replayer.algorithms
 

Method parameters in org.processmining.plugins.petrinet.replayer.algorithms with type arguments of type CPNCostBasedTreeNode
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)
           
 

Uses of CPNCostBasedTreeNode in org.processmining.plugins.petrinet.replayer.util
 

Methods in org.processmining.plugins.petrinet.replayer.util with parameters of type CPNCostBasedTreeNode
 int CPNCostBasedTreeNode.compareTo(CPNCostBasedTreeNode nodeX)
           
 

Constructors in org.processmining.plugins.petrinet.replayer.util with parameters of type CPNCostBasedTreeNode
CPNCostBasedTreeNode(CPNCostBasedTreeNode otherNode)