Class CheckSoundness
- java.lang.Object
-
- org.processmining.directlyfollowsmodelminer.mining.CheckSoundness
-
public class CheckSoundness extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CheckSoundness()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.BitSetbackwardReachabilitySearch(DirectlyFollowsModel dfm)static java.lang.StringfindIssues(DirectlyFollowsModel dfm)Check the dfm for soundness.static java.util.BitSetforwardReachabilitySearch(DirectlyFollowsModel dfm)
-
-
-
Method Detail
-
findIssues
public static java.lang.String findIssues(DirectlyFollowsModel dfm)
Check the dfm for soundness.- Parameters:
dfm-- Returns:
- A string describing an issue, or null if there are no issues.
-
forwardReachabilitySearch
public static java.util.BitSet forwardReachabilitySearch(DirectlyFollowsModel dfm)
-
backwardReachabilitySearch
public static java.util.BitSet backwardReachabilitySearch(DirectlyFollowsModel dfm)
-
-