Class DirectlyFollowsModel2UpperBoundCausalGraph
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.causal.DirectlyFollowsModel2UpperBoundCausalGraph
-
public class DirectlyFollowsModel2UpperBoundCausalGraph extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intEND_NODEstatic intNO_NODEstatic intSTART_NODE
-
Constructor Summary
Constructors Constructor Description DirectlyFollowsModel2UpperBoundCausalGraph()
-
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 ChoicegetChoice(gnu.trove.set.TIntSet steps, int unfolding)static gnu.trove.set.TIntSetgetNextStepsOf(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm, int node)static gnu.trove.set.TIntSetgetNextStepsTransitive(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)
-
-
-
Field Detail
-
NO_NODE
public static final int NO_NODE
- See Also:
- Constant Field Values
-
START_NODE
public static final int START_NODE
- See Also:
- Constant Field Values
-
END_NODE
public static final int END_NODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
convert
public static org.processmining.plugins.InductiveMiner.Pair<CausalGraph,CausalDataTable> convert(org.processmining.directlyfollowsmodelminer.model.DirectlyFollowsModel dfm, IvMLogFiltered log, int maxUnfolding, IvMCanceller canceller)
-
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)
-
-