Java API Reference for Oracle® Coherence Community Edition
(14.1.1.0.5)
-
-
Constructor Summary
Constructors
Constructor and Description |
Render() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
asGraphViz
public static <S extends Enum<S>> String asGraphViz(Model<S> model,
boolean fVerbose)
Produces a GraphViz representation of a Model.
- Type Parameters:
S
- the type of state of the FiniteStateMachine
- Parameters:
model
- the Model to render
fVerbose
- if true, label transitions
(this results in a larger graph)
- Returns:
- a String representing a GraphViz model
Java API Reference for Oracle® Coherence Community Edition
(14.1.1.0.5)
Copyright © 2000, 2020, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.