|
|||||||||||
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 | |
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. |
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 |
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 |
public static final boolean HEAD_CONTROLLED
public static final boolean FOOT_CONTROLLED
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 providedpublic 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 |