Class WorkflowTwins

java.lang.Object
jline.examples.parity.WorkflowTwins

public final class WorkflowTwins extends Object
The wf_* twins: a workflow reduced to one phase-type law.

WHAT THESE GOLDENS HOLD is not a queue at all. Each reference script builds an activity graph, calls toPH() to collapse it into a single phase-type distribution, and prints that law's mean, its squared coefficient of variation and its number of phases. No result table carries any of those, so the twin records them itself under the key the goldens use -- WF / PH / {mean, SCV, phases}.

Every script prints the mean and the phase count; only three print the SCV. All three are recorded regardless, because the comparator iterates the GOLDEN and an extra recorded cell costs nothing, while a missing one cannot be recovered later.