public class State
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
java.lang.Iterable<Transition> |
getOutput() |
int |
getOutputSize() |
int |
hashCode() |
boolean |
isAccepting() |
void |
removeAllTransitions() |
java.lang.String |
toString() |
public int getId()
public java.lang.Iterable<Transition> getOutput()
public int getOutputSize()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isAccepting()
public void removeAllTransitions()
public java.lang.String toString()
toString in class java.lang.Object