|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.mlfa.MLFAEdge
public class MLFAEdge
Automaton edge (pair of transition and destination state).
| Constructor Summary | |
|---|---|
MLFAEdge(MLFATransition t,
MLFAState dest)
Constructs a new edge. |
|
| Method Summary | |
|---|---|
MLFAState |
getDestination()
Retuerns the destination of this edge. |
MLFATransition |
getTransition()
Retuerns the transition of this edge. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MLFAEdge(MLFATransition t,
MLFAState dest)
| Method Detail |
|---|
public MLFAState getDestination()
public MLFATransition getTransition()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||