Class DirectlyFollowsModel2StepsGraph


  • public class DirectlyFollowsModel2StepsGraph
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static StepsGraph create​(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm, IvMLogFiltered log, gnu.trove.map.TIntObjectMap<gnu.trove.set.TIntSet> node2steps, IvMCanceller canceller)  
      • Methods inherited from class java.lang.Object

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

      • DirectlyFollowsModel2StepsGraph

        public DirectlyFollowsModel2StepsGraph()
    • Method Detail

      • create

        public static StepsGraph create​(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm,
                                        IvMLogFiltered log,
                                        gnu.trove.map.TIntObjectMap<gnu.trove.set.TIntSet> node2steps,
                                        IvMCanceller canceller)