public class Transition extends Object
| Constructor and Description |
|---|
Transition(String method,
List<BinaryType> types,
State nextState) |
Transition(Transition that) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getMethod() |
State |
getNextState() |
Iterable<BinaryType> |
getTypes() |
Transition |
newInstance()
returns a clone of this transition
|
void |
setId(int id) |
void |
setMethod(String method) |
void |
setNextState(State nextState) |
String |
toString() |
public Transition(Transition that)
public Transition(String method, List<BinaryType> types, State nextState)
public String getMethod()
public void setMethod(String method)
public Iterable<BinaryType> getTypes()
public State getNextState()
public void setNextState(State nextState)
public int getId()
public void setId(int id)
public Transition newInstance()
Copyright © 2012. All Rights Reserved.