public class State extends Object
| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getInstanceName() |
String |
getName() |
Transition |
getTransition()
return THE transition when there is only one
|
List<Transition> |
getTransitions() |
boolean |
isChoice() |
boolean |
isTerminal()
A terminal state is a state that has no outputs
|
void |
setId(int id) |
void |
setName(String name) |
public void setName(String name)
public String getName()
public List<Transition> getTransitions()
public String getInstanceName()
public int getId()
public void setId(int id)
public boolean isChoice()
public Transition getTransition()
public boolean isTerminal()
Copyright © 2012. All Rights Reserved.