Package jline.api.wkflow
Class Wkflow_auto_integration
-
- All Implemented Interfaces:
public final class Wkflow_auto_integration
Integration class connecting workflow analysis to the AUTO solver.
This class extends the AUTO solver's capabilities by incorporating workflow pattern analysis and optimization techniques from the MDN toolbox. It provides intelligent solver selection based on detected workflow patterns.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
Wkflow_auto_integration.ExtendedSolverRecommendation
Data class for extended solver recommendations.
-
Constructor Summary
Constructors Constructor Description Wkflow_auto_integration(Network network, SolverOptions options)
-
Method Summary
Modifier and Type Method Description final Wkflow_auto_integration.ExtendedSolverRecommendation
recommendSolverWithWorkflowAnalysis()
Perform workflow-aware solver selection. final NetworkSolver
createOptimalSolver()
Create and configure solver based on workflow analysis. final Map<String, Object>
getOptimizationInsights()
Get workflow optimization insights for solver performance tuning. final Boolean
validateWorkflowEnhancement()
Validate that workflow analysis enhances solver selection. -
-
Constructor Detail
-
Wkflow_auto_integration
Wkflow_auto_integration(Network network, SolverOptions options)
-
-
Method Detail
-
recommendSolverWithWorkflowAnalysis
final Wkflow_auto_integration.ExtendedSolverRecommendation recommendSolverWithWorkflowAnalysis()
Perform workflow-aware solver selection.
- Returns:
Extended solver recommendation with workflow analysis
-
createOptimalSolver
final NetworkSolver createOptimalSolver()
Create and configure solver based on workflow analysis.
-
getOptimizationInsights
final Map<String, Object> getOptimizationInsights()
Get workflow optimization insights for solver performance tuning.
-
validateWorkflowEnhancement
final Boolean validateWorkflowEnhancement()
Validate that workflow analysis enhances solver selection.
-
-
-
-