Class WorkflowManager

  • All Implemented Interfaces:

    
    public final class WorkflowManager
    
                        

    Main facade for workflow management and optimization in LINE.

    This class provides a high-level interface for workflow analysis, pattern detection, optimization, and intelligent solver selection based on the AUTO workflow analysis algorithms from the MDN toolbox.

    Usage example:

    val manager = WorkflowManager(network)
    val analysis = manager.analyzeWorkflow()
    val solver = manager.createOptimizedSolver()
    val results = solver.getAvg()