|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Root class for all activities, an activity is the most basic part of a process defining what should be done.
Method Summary | |
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
fetchProcess()
This method browse the activity containment hierarchy to fetch the process this activity is included in. |
org.smartcomps.twister.engine.priv.core.definition.StructuredActivity |
getContainer()
An Activity is contained either in a TwisterProcess of in a StructuredActivity, therefore this method will return the StructuredActivity containing this activity only if it's not the root activity. |
java.lang.String |
getJoinCondition()
|
java.lang.String |
getName()
|
org.smartcomps.twister.engine.priv.core.definition.TwisterProcess |
getProcess()
An Activity is contained either in a TwisterProcess of in a StructuredActivity, therefore this method will return the TwisterProcess containing this activity only if it is the root activity. |
java.util.Set |
getSourceLinks()
|
java.util.Set |
getTargetLinks()
|
void |
setJoinCondition(java.lang.String expr)
|
void |
setName(java.lang.String name)
|
void |
setSourceLinks(java.util.Set sources)
|
void |
setTargetLinks(java.util.Set targets)
|
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getJoinCondition()
public void setJoinCondition(java.lang.String expr)
public java.util.Set getSourceLinks()
public void setSourceLinks(java.util.Set sources)
public java.util.Set getTargetLinks()
public void setTargetLinks(java.util.Set targets)
public org.smartcomps.twister.engine.priv.core.definition.StructuredActivity getContainer()
public org.smartcomps.twister.engine.priv.core.definition.TwisterProcess getProcess()
public org.smartcomps.twister.engine.priv.core.definition.TwisterProcess fetchProcess()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |