Object Wkflow_sequence_detector

  • All Implemented Interfaces:

    
    public class Wkflow_sequence_detector
    
                        

    Automatic sequence structure detector for workflow networks.

    This detector can automatically identify basic sequence structures in a workflow network, where service nodes are connected sequentially.

    Based on AUTO_Sequence_Detector.m from the MDN toolbox.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • detectSequences

         final static List<List<Integer>> detectSequences(Matrix linkMatrix, List<Integer> serviceNodes)

        Detect sequence patterns in a workflow network.

        Parameters:
        linkMatrix - Matrix containing workflow link information: - Column 1: start node IDs - Column 2: end node IDs - Column 3: transition probabilities
        serviceNodes - List of service node IDs
        Returns:

        List of sequence chains, where each chain is a list of connected service nodes