Package jline.api.wf
Class Wf_sequence_detector
java.lang.Object
jline.api.wf.Wf_sequence_detector
Automatic sequence structure detector for workflow networks.
-
Method Summary
Modifier and TypeMethodDescriptiondetectSequences(Matrix linkMatrix, List<Integer> serviceNodes) Detect sequence patterns in a workflow network.getSequenceStats(List<List<Integer>> sequences) Get sequence statistics for analysis.static booleanvalidateSequence(List<Integer> sequence, Matrix linkMatrix) Validate that a sequence chain is properly connected.
-
Method Details
-
detectSequences
Detect sequence patterns in a workflow network. -
validateSequence
Validate that a sequence chain is properly connected. -
getSequenceStats
Get sequence statistics for analysis.
-