Package jline.api.wf
Class Wf_loop_detector
java.lang.Object
jline.api.wf.Wf_loop_detector
Workflow Loop Pattern Detection.
Implements algorithms for detecting loop and iterative patterns in workflow
traces.
-
Method Summary
Modifier and TypeMethodDescriptiondetectLoops(Matrix linkMatrix, List<Integer> serviceNodes, List<Integer> routerNodes, List<Integer> joinNodes) static doublegetExpectedLoopIterations(double loopProbability) static doublegetLoopProbability(int serviceNode, Matrix linkMatrix, List<Integer> routerNodes) static booleanvalidateLoopPattern(int loopNode, Matrix linkMatrix, List<Integer> routerNodes)
-
Method Details
-
detectLoops
-
detectLoops
-
getLoopProbability
-
validateLoopPattern
-
getExpectedLoopIterations
public static double getExpectedLoopIterations(double loopProbability) -
getLoopStats
-