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