Class PTraceBuilderAlgAbstract

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      PTrace call()
      This method computes a p-trace for the given XTrace and update the XTrace with dependencies
      abstract PTrace computePTrace​(org.deckfour.xes.model.XTrace t, int traceIndex)  
      • Methods inherited from class java.lang.Object

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

      • PTraceBuilderAlgAbstract

        public PTraceBuilderAlgAbstract​(int traceIndex,
                                        org.deckfour.xes.model.XTrace t,
                                        PTraceParameter param)
    • Method Detail

      • call

        public PTrace call()
                    throws java.lang.Exception
        This method computes a p-trace for the given XTrace and update the XTrace with dependencies
        Specified by:
        call in interface java.util.concurrent.Callable<PTrace>
        Throws:
        java.lang.Exception