Package jline.api.wf

Class Wf_sequence_detector

java.lang.Object
jline.api.wf.Wf_sequence_detector

public final class Wf_sequence_detector extends Object
Automatic sequence structure detector for workflow networks.
  • Method Details

    • detectSequences

      public static List<List<Integer>> detectSequences(Matrix linkMatrix, List<Integer> serviceNodes)
      Detect sequence patterns in a workflow network.
    • validateSequence

      public static boolean validateSequence(List<Integer> sequence, Matrix linkMatrix)
      Validate that a sequence chain is properly connected.
    • getSequenceStats

      public static Map<String,Object> getSequenceStats(List<List<Integer>> sequences)
      Get sequence statistics for analysis.