|
|||||||||||
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.
Field Summary | |
private Seq |
elseSeq
No comment provided by developer, please add a comment to improve documentation. |
private UMLTransitionGuard |
elseUMLTransitionGuard
No comment provided by developer, please add a comment to improve documentation. |
private FlowActivity |
flowActivity
No comment provided by developer, please add a comment to improve documentation. |
private static org.apache.log4j.Logger |
log
log4j logging |
private Seq |
thenSeq
No comment provided by developer, please add a comment to improve documentation. |
private UMLTransitionGuard |
thenUMLTransitionGuard
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
Sel()
Constructor for class Sel |
|
Sel(FlowActivity flowActivity,
Seq thenSeq,
UMLTransitionGuard thenUMLTransitionGuard,
Seq elseSeq,
UMLTransitionGuard elseUMLTransitionGuard)
|
Method Summary | |
OOGenToken |
generateSourceCode(OOGenToken firstToken,
OOGenToken lastToken)
No comment provided by developer, please add a comment to improve documentation. |
private OOExpression |
getCondition(OOGenStrategyClient client)
Get the condition attribute of the Sel object |
Seq |
getElseSeq()
Get the elseSeq attribute of the Sel object |
UMLTransitionGuard |
getElseUMLTransitionGuard()
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 |
UMLTransitionGuard |
getThenUMLTransitionGuard()
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 |
Field Detail |
private static final transient org.apache.log4j.Logger log
private FlowActivity flowActivity
private UMLTransitionGuard thenUMLTransitionGuard
private Seq thenSeq
private UMLTransitionGuard elseUMLTransitionGuard
private Seq elseSeq
Constructor Detail |
public Sel()
public Sel(FlowActivity flowActivity, Seq thenSeq, UMLTransitionGuard thenUMLTransitionGuard, Seq elseSeq, UMLTransitionGuard elseUMLTransitionGuard)
flowActivity
- first flowActivity in the selectionthenSeq
- Then part of the selection; may be any SeqthenUMLTransitionGuard
- Then transition guard of the selectionelseSeq
- Else part of the selection; may be any Seq or nullelseUMLTransitionGuard
- Else transition guard of the selectionMethod Detail |
private OOExpression getCondition(OOGenStrategyClient client)
client
- No description provided
public OOGenToken generateSourceCode(OOGenToken firstToken, OOGenToken lastToken)
generateSourceCode
in class Flow
firstToken
- No description providedlastToken
- No description provided
public Seq getThenSeq()
public UMLTransitionGuard getThenUMLTransitionGuard()
public UMLTransitionGuard getElseUMLTransitionGuard()
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 |