Class AStarAlgorithmWithLog


  • public class AStarAlgorithmWithLog
    extends org.processmining.plugins.etm.model.narytree.replayer.AStarAlgorithm
    Class to keep track of which trace is used where in the event log
    Author:
    sleemans
    • Field Summary

      • Fields inherited from class org.processmining.plugins.etm.model.narytree.replayer.AStarAlgorithm

        act2cost, act2index, classes, converted, index2act, lengthLongestTrace, log, maxOccInTrace
    • Constructor Summary

      Constructors 
      Constructor Description
      AStarAlgorithmWithLog​(org.deckfour.xes.model.XLog log, IvMEventClasses classes, java.util.Map<org.deckfour.xes.classification.XEventClass,​java.lang.Integer> activity2Cost)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      gnu.trove.list.array.TIntArrayList getXTracesOf​(nl.tue.astar.Trace aTrace)  
      • Methods inherited from class org.processmining.plugins.etm.model.narytree.replayer.AStarAlgorithm

        getClasses, getConvertedLog, getDifferentTraceCount, getEventClass, getIndexOf, getLengthLongestTrace, getListEventClass, getLogMoveCost, getMaxOccurranceInTrace, getTraceFreq, traceIterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AStarAlgorithmWithLog

        public AStarAlgorithmWithLog​(org.deckfour.xes.model.XLog log,
                                     IvMEventClasses classes,
                                     java.util.Map<org.deckfour.xes.classification.XEventClass,​java.lang.Integer> activity2Cost)
    • Method Detail

      • getXTracesOf

        public gnu.trove.list.array.TIntArrayList getXTracesOf​(nl.tue.astar.Trace aTrace)