LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
Workflow analysis (wf)

Detection and collapse of workflow patterns, and the complexity measures reported for them. More...

Collaboration diagram for Workflow analysis (wf):

Files

file  include/line/api/wf/wf_analyzer.h
 The workflow analyzer: detect every pattern, collapse them, report the two complexities and the recommendations that follow.
file  include/line/api/wf/wf_auto_integration.h
 Workflow-aware solver recommendation: the port of jar/src/main/java/jline/api/wf/Wf_auto_integration.java.
file  include/line/api/wf/wf_branch_detector.h
 Branch (probabilistic choice) pattern detection in a workflow network.
file  include/line/api/wf/wf_loop_detector.h
 Loop pattern detection in a workflow network.
file  include/line/api/wf/wf_parallel_detector.h
 Parallel (fork-join) pattern detection in a workflow network.
file  include/line/api/wf/wf_pattern_updater.h
 Collapse the detected workflow patterns and convolve their service laws.
file  include/line/api/wf/wf_sequence_detector.h
 Sequence pattern detection in a workflow network.
file  include/line/api/wf/workflow_manager.h
 The workflow facade: the port of jar/src/main/java/jline/api/wf/WorkflowManager.java.

Detailed Description

Detection and collapse of workflow patterns, and the complexity measures reported for them.