Package jline.api.wf

Object Wf_parallel_detector

  • All Implemented Interfaces:

    
    public class Wf_parallel_detector
    
                        

    Automatic parallel structure detector for workflow networks.

    This detector identifies parallel execution patterns in workflow networks where multiple service nodes execute concurrently between fork and join points.

    Based on AUTO_Parallel_Detector.m from the MDN toolbox.