|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.sequencer.Flow
de.uni_paderborn.fujaba.sequencer.Sel
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
Sel()
Constructor for class Sel |
|
Sel(FlowActivity flowActivity,
Seq thenSeq,
UMLTransition thenUMLTransition,
Seq elseSeq,
UMLTransition elseUMLTransition)
|
Method Summary | |
OOGenToken |
generateSourceCode(OOGenToken firstToken,
OOGenToken lastToken)
No comment provided by developer, please add a comment to improve documentation. |
Seq |
getElseSeq()
Get the elseSeq attribute of the Sel object |
UMLTransition |
getElseUMLTransition()
Get the elseUMLTransitionGuard attribute of the Sel object |
FlowActivity |
getFlowActivity()
Get the flowActivity attribute of the Sel object |
Seq |
getThenSeq()
Get the thenSeq attribute of the Sel object |
UMLTransition |
getThenUMLTransition()
Get the thenUMLTransitionGuard attribute of the Sel object |
void |
removeLastFlowActivity(FlowActivity flowActivity)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class de.uni_paderborn.fujaba.sequencer.Flow |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Sel()
public Sel(FlowActivity flowActivity, Seq thenSeq, UMLTransition thenUMLTransition, Seq elseSeq, UMLTransition elseUMLTransition)
flowActivity
- first flowActivity in the selectionthenSeq
- Then part of the selection; may be any SeqthenUMLTransition
- Then transition guard of the selectionelseSeq
- Else part of the selection; may be any Seq or nullelseUMLTransition
- Else transition guard of the selectionMethod Detail |
public OOGenToken generateSourceCode(OOGenToken firstToken, OOGenToken lastToken)
generateSourceCode
in class Flow
firstToken
- No description providedlastToken
- No description provided
public Seq getThenSeq()
public UMLTransition getThenUMLTransition()
public UMLTransition getElseUMLTransition()
public Seq getElseSeq()
public FlowActivity getFlowActivity()
public void removeLastFlowActivity(FlowActivity flowActivity)
removeLastFlowActivity
in class Flow
flowActivity
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |