|
|||||||||||
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.Rep
No comment provided by developer, please add a comment to improve documentation.
Field Summary | |
private Seq |
bodySeq
The body of the repetition |
static boolean |
FOOT_CONTROLLED
No comment provided by developer, please add a comment to improve documentation. |
static boolean |
HEAD_CONTROLLED
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
headedByActivity
No comment provided by developer, please add a comment to improve documentation. |
private UMLTransition |
leavingUMLTransition
The transition which leaves the repetition top/buttom controlled |
private static org.apache.log4j.Logger |
log
log4j logging |
private UMLTransition |
nextUMLTransition
The transition which runs the repetition |
private boolean |
type
The type of transition |
Constructor Summary | |
Rep()
Constructor for class Rep |
|
Rep(Seq bodySeq,
UMLTransition nextUMLTransition,
UMLTransition leavingUMLTransition,
boolean type)
|
Method Summary | |
OOGenToken |
generateSourceCode(OOGenToken firstToken,
OOGenToken lastToken)
No comment provided by developer, please add a comment to improve documentation. |
Seq |
getBodySeq()
Get the bodySeq attribute of the Rep object |
private OOExpression |
getCondition(OOGenStrategyClient client)
Get the condition attribute of the Rep object |
UMLTransition |
getLeavingUMLTransition()
Get the leavingUMLTransition attribute of the Rep object |
UMLTransition |
getNextUMLTransition()
Get the nextUMLTransition attribute of the Rep object |
boolean |
getType()
Get the type attribute of the Rep object |
boolean |
isHeadedByActivity()
|
void |
removeLastFlowActivity(FlowActivity flowActivity)
No comment provided by developer, please add a comment to improve documentation. |
void |
setHeadedByActivity(boolean headedByActivity)
|
java.lang.String |
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 Seq bodySeq
private UMLTransition leavingUMLTransition
private UMLTransition nextUMLTransition
private boolean type
public static final boolean HEAD_CONTROLLED
public static final boolean FOOT_CONTROLLED
private boolean headedByActivity
Constructor Detail |
public Rep()
public Rep(Seq bodySeq, UMLTransition nextUMLTransition, UMLTransition leavingUMLTransition, boolean type)
bodySeq
- The body of the repetitionnextUMLTransition
- The transition which runs the repetitionleavingUMLTransition
- The transition which runs the repetitiontype
- The type of transitionMethod Detail |
public boolean isHeadedByActivity()
public void setHeadedByActivity(boolean headedByActivity)
headedByActivity
- The headedByActivity to set.public void removeLastFlowActivity(FlowActivity flowActivity)
removeLastFlowActivity
in class Flow
flowActivity
- No description providedprivate OOExpression getCondition(OOGenStrategyClient client)
client
- No description provided
public Seq getBodySeq()
public boolean getType()
public UMLTransition getLeavingUMLTransition()
public UMLTransition getNextUMLTransition()
public OOGenToken generateSourceCode(OOGenToken firstToken, OOGenToken lastToken)
generateSourceCode
in class Flow
firstToken
- No description providedlastToken
- No description provided
public java.lang.String toString()
toString
in class Flow
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |