org.kite9.diagram.builders.formats.fsm
Class Transition
java.lang.Object
org.kite9.diagram.builders.formats.fsm.Transition
public class Transition
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transition
public Transition(SimpleNoun[] fromStates,
SimpleNoun[] toStates,
SimpleNoun transition)
getFromStates
public SimpleNoun[] getFromStates()
getToStates
public SimpleNoun[] getToStates()
getTransition
public SimpleNoun getTransition()
Copyright © 2011. All Rights Reserved.