Interface DfgMsd
-
- All Superinterfaces:
java.lang.Cloneable,DirectlyFollowsGraph,IntDfg
- All Known Implementing Classes:
DfgMsdImpl
public interface DfgMsd extends DirectlyFollowsGraph
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DfgMsdclone()IntGraphgetMinimumSelfDistanceGraph()-
Methods inherited from interface org.processmining.plugins.directlyfollowsgraph.DirectlyFollowsGraph
equals, getActivityOfIndex, getAllActivities, hashCode
-
Methods inherited from interface org.processmining.plugins.inductiveminer2.helperclasses.IntDfg
addActivity, addEmptyTraces, collapseParallelIntoDirectly, getActivities, getConcurrencyGraph, getDirectlyFollowsGraph, getEndActivities, getNumberOfActivities, getNumberOfEmptyTraces, getStartActivities, hasEndActivities, hasStartActivities, setNumberOfEmptyTraces, touchActivity
-
-