public class CharTransition extends OrdinaryTransition
Constructor and Description |
---|
CharTransition(State origin,
char event,
State target) |
Modifier and Type | Method and Description |
---|---|
Transition |
asPrototype() |
char |
getFrom() |
char |
getTo() |
String |
toString() |
accepts
connect, executeAction, getAction, getOrigin, getTarget, remove, withAction, withOrigin, withTarget
public char getFrom()
getFrom
in class OrdinaryTransition
public char getTo()
getTo
in class OrdinaryTransition
public Transition asPrototype()
Copyright © 2019. All rights reserved.