|
|||||||||||
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.FlowActivity
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
FlowActivity()
|
Method Summary | |
OOGenToken |
generateSourceCode(OOGenToken firstToken,
OOGenToken lastToken)
generateJava Calls the activity to generate Java |
int |
getBlackTime()
Get the blackTime attribute of the FlowActivity object |
Seq |
getForEachSeq()
Get the forEachSeq attribute of the FlowActivity object |
int |
getGrayTime()
Get the grayTime attribute of the FlowActivity object |
int |
getLevel()
Get the level attribute of the FlowActivity object |
UMLActivity |
getUMLActivity()
Get the uMLActivity attribute of the FlowActivity object |
boolean |
isForEach()
Get the forEach attribute of the FlowActivity object |
void |
removeYou()
No comment provided by developer, please add a comment to improve documentation. |
void |
setBlackTime(int blackTime)
Time when FlowActivity was last visited by DFS |
void |
setForEachSeq(Seq forEachSeq)
ForEachSeq |
void |
setGrayTime(int grayTime)
Time when FlowActivity was first visited by DFS |
void |
setLevel(int level)
level used by checkForEachStructure |
void |
setUMLActivity(UMLActivity umlActivity)
Sets the uMLActivity attribute of the FlowActivity object |
Methods inherited from class de.uni_paderborn.fujaba.sequencer.Flow |
removeLastFlowActivity, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FlowActivity()
Method Detail |
public UMLActivity getUMLActivity()
public void setUMLActivity(UMLActivity umlActivity)
umlActivity
- The new uMLActivity valuepublic void setForEachSeq(Seq forEachSeq)
forEachSeq
- The new forEachSeq valuepublic Seq getForEachSeq()
public boolean isForEach()
public void setLevel(int level)
level
- The new level valuepublic int getLevel()
public void setGrayTime(int grayTime)
grayTime
- The new grayTime valuepublic int getGrayTime()
public void setBlackTime(int blackTime)
blackTime
- The new blackTime valuepublic int getBlackTime()
public OOGenToken generateSourceCode(OOGenToken firstToken, OOGenToken lastToken)
generateSourceCode
in class Flow
firstToken
- No description providedlastToken
- No description provided
public void removeYou()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |