public class Render extends Object
FiniteStateMachines, in particular their Models.| Constructor and Description |
|---|
Render() |
| Modifier and Type | Method and Description |
|---|---|
static <S extends Enum<S>> |
asGraphViz(Model<S> model, boolean fVerbose)
Produces a GraphViz representation of a Model.
|
public static <S extends Enum<S>> String asGraphViz(Model<S> model, boolean fVerbose)
model - the Model to renderfVerbose - if true, label transitions (this results in a larger graph)