|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardLoop
A representation of the model object 'Standard Loop'.
The following features are supported:
BPMNPackage.getStandardLoop()
Method Summary | |
---|---|
Expression |
getLoopCondition()
Returns the value of the 'Loop Condition' containment reference |
int |
getLoopMaximum()
Returns the value of the 'Loop Maximum' attribute |
TestTime |
getTestTime()
Returns the value of the 'Test Time' attribute. |
void |
setLoopCondition(Expression value)
Sets the value of the ' Loop Condition ' containment reference |
void |
setLoopMaximum(int value)
Sets the value of the ' Loop Maximum ' attribute |
void |
setTestTime(TestTime value)
Sets the value of the ' Test Time ' attribute |
Methods inherited from interface com.soyatec.bpmn.Loop |
---|
getLoopCounter, setLoopCounter |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
Expression getLoopCondition()
If the meaning of the 'Loop Condition' containment reference isn't clear, there really should be more of a description here...
setLoopCondition(Expression)
,
BPMNPackage.getStandardLoop_LoopCondition()
void setLoopCondition(Expression value)
Loop Condition
' containment reference.
value
- the new value of the 'Loop Condition' containment reference.getLoopCondition()
int getLoopMaximum()
If the meaning of the 'Loop Maximum' attribute isn't clear, there really should be more of a description here...
setLoopMaximum(int)
,
BPMNPackage.getStandardLoop_LoopMaximum()
void setLoopMaximum(int value)
Loop Maximum
' attribute.
value
- the new value of the 'Loop Maximum' attribute.getLoopMaximum()
TestTime getTestTime()
TestTime
.
If the meaning of the 'Test Time' attribute isn't clear, there really should be more of a description here...
TestTime
,
setTestTime(TestTime)
,
BPMNPackage.getStandardLoop_TestTime()
void setTestTime(TestTime value)
Test Time
' attribute.
value
- the new value of the 'Test Time' attribute.TestTime
,
getTestTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |