|
||||||
| 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.BinaryTransition
public class BinaryTransition
Binary operation transition.
| Constructor Summary | |
|---|---|
BinaryTransition(BinaryOperation op,
MLFAState s1,
MLFAState f1,
MLFAState s2,
MLFAState f2)
Constructs a new binary operation transition. |
|
| Method Summary | ||
|---|---|---|
MLFAState |
getFinalState1()
Returns the first final state. |
|
MLFAState |
getFinalState2()
Returns the second final state. |
|
BinaryOperation |
getOperation()
Returns the binary operation. |
|
MLFAState |
getStartState1()
Returns the first start state. |
|
MLFAState |
getStartState2()
Returns the second start state. |
|
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 BinaryTransition(BinaryOperation op,
MLFAState s1,
MLFAState f1,
MLFAState s2,
MLFAState f2)
| Method Detail |
|---|
public MLFAState getFinalState1()
public MLFAState getFinalState2()
public BinaryOperation getOperation()
public MLFAState getStartState1()
public MLFAState getStartState2()
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 | |||||