|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.mlfa.MLFATransition
dk.brics.string.mlfa.AutomatonTransition
public class AutomatonTransition
Automaton transition.
| Constructor Summary | |
|---|---|
AutomatonTransition(Automaton a)
Construcs a new automaton transition. |
|
| Method Summary | ||
|---|---|---|
Automaton |
getAutomaton()
Returns the automaton of this transition. |
|
String |
toString()
|
|
|
visitBy(TransitionVisitor<T> v)
Visits this transition with the given visitor. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AutomatonTransition(Automaton a)
| Method Detail |
|---|
public Automaton getAutomaton()
public String toString()
toString in class Objectpublic <T> T visitBy(TransitionVisitor<T> v)
MLFATransition
visitBy in class MLFATransition
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||