org.kite9.diagram.builders.formats.fsm
Class FiniteStateMachineFormat

java.lang.Object
  extended by 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

Constructor Summary
FiniteStateMachineFormat(DiagramBuilder db)
           
FiniteStateMachineFormat(InsertionInterface ii, NounFactory nf)
           
 
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
 

Constructor Detail

FiniteStateMachineFormat

public FiniteStateMachineFormat(DiagramBuilder db)

FiniteStateMachineFormat

public FiniteStateMachineFormat(InsertionInterface ii,
                                NounFactory nf)
Method Detail

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.