| 
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.mlfa.MLFAState
public class MLFAState
MLFA state.
| Method Summary | |
|---|---|
 void | 
addEdge(MLFATransition t,
        MLFAState dest)
Adds outgoing edge.  | 
 List<MLFAEdge> | 
getEdges()
Returns the list of outgoing edges of this state.  | 
 int | 
getKey()
Returns the key of this nonterminal.  | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public void addEdge(MLFATransition t,
                    MLFAState dest)
public List<MLFAEdge> getEdges()
public int getKey()
public String toString()
toString in class Object
  | 
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||