Class DirectlyFollowsModel2CausalDataTable


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

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

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

      • DirectlyFollowsModel2CausalDataTable

        public DirectlyFollowsModel2CausalDataTable()
    • Method Detail

      • create

        public static CausalDataTable create​(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm,
                                             IvMLogFiltered log,
                                             java.util.List<Choice> choices,
                                             gnu.trove.map.TIntObjectMap<gnu.trove.set.TIntSet> node2steps,
                                             gnu.trove.map.TObjectIntMap<gnu.trove.set.TIntSet> steps2rank,
                                             int maxUnfolding,
                                             IvMCanceller canceller)