public class Transition extends Object implements Serializable
Constructor and Description |
---|
Transition(EventType eventType,
State targetState,
float prob)
Creates a new transition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
EventType |
eventType() |
int |
hashCode() |
float |
prob() |
State |
targetState() |
String |
toString() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.