Class DirectlyFollowsModel2UpperBoundCausalGraph


  • public class DirectlyFollowsModel2UpperBoundCausalGraph
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int END_NODE  
      static int NO_NODE  
      static int START_NODE  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.processmining.plugins.InductiveMiner.Pair<CausalGraph,​CausalDataTable> convert​(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm, IvMLogFiltered log, int maxUnfolding, IvMCanceller canceller)  
      static Choice getChoice​(gnu.trove.set.TIntSet steps, int unfolding)  
      static gnu.trove.set.TIntSet getNextStepsOf​(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm, int node)  
      static gnu.trove.set.TIntSet getNextStepsTransitive​(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm, gnu.trove.map.TIntObjectMap<gnu.trove.set.TIntSet> result, int node)  
      static gnu.trove.map.TIntObjectMap<gnu.trove.set.TIntSet> getNode2StepsMap​(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm)  
      • Methods inherited from class java.lang.Object

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

      • DirectlyFollowsModel2UpperBoundCausalGraph

        public DirectlyFollowsModel2UpperBoundCausalGraph()
    • Method Detail

      • getChoice

        public static Choice getChoice​(gnu.trove.set.TIntSet steps,
                                       int unfolding)
      • getNode2StepsMap

        public static gnu.trove.map.TIntObjectMap<gnu.trove.set.TIntSet> getNode2StepsMap​(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm)
      • getNextStepsTransitive

        public static gnu.trove.set.TIntSet getNextStepsTransitive​(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm,
                                                                   gnu.trove.map.TIntObjectMap<gnu.trove.set.TIntSet> result,
                                                                   int node)
      • getNextStepsOf

        public static gnu.trove.set.TIntSet getNextStepsOf​(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm,
                                                           int node)