org.kite9.diagram.builders.formats.fsm
Class FiniteStateMachineFormat
java.lang.Object
org.kite9.diagram.builders.formats.fsm.FiniteStateMachineFormat
public class FiniteStateMachineFormat
- extends Object
Finite state machine format has a number of glyphs representing states, and
arrows representing the transitions to move between the states.
- Author:
- robmoffat
|
Method Summary |
void |
write(FSMDataProvider provider,
Container c)
Formats the information in the provider, putting all of the created
elements into the container. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FiniteStateMachineFormat
public FiniteStateMachineFormat(DiagramBuilder db)
FiniteStateMachineFormat
public FiniteStateMachineFormat(InsertionInterface ii,
NounFactory nf)
write
public void write(FSMDataProvider provider,
Container c)
- Formats the information in the provider, putting all of the created
elements into the container.
Copyright © 2011. All Rights Reserved.