Interface DirectlyFollowsGraph
-
- All Superinterfaces:
java.lang.Cloneable,IntDfg
- All Known Subinterfaces:
DfgMsd
- All Known Implementing Classes:
DfgMsdImpl
public interface DirectlyFollowsGraph extends IntDfg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectlyFollowsGraphclone()booleanequals(java.lang.Object obj)java.lang.StringgetActivityOfIndex(int value)java.lang.String[]getAllActivities()inthashCode()-
Methods inherited from interface org.processmining.plugins.inductiveminer2.helperclasses.IntDfg
addActivity, addEmptyTraces, collapseParallelIntoDirectly, getActivities, getConcurrencyGraph, getDirectlyFollowsGraph, getEndActivities, getNumberOfActivities, getNumberOfEmptyTraces, getStartActivities, hasEndActivities, hasStartActivities, setNumberOfEmptyTraces, touchActivity
-
-
-
-
Method Detail
-
getActivityOfIndex
java.lang.String getActivityOfIndex(int value)
-
getAllActivities
java.lang.String[] getAllActivities()
-
clone
DirectlyFollowsGraph clone()
-
hashCode
int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-