com.soyatec.bpmn
Interface StandardLoop

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Loop, org.eclipse.emf.common.notify.Notifier

public interface StandardLoop
extends Loop

A representation of the model object 'Standard Loop'.

The following features are supported:

See Also:
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

getLoopCondition

Expression getLoopCondition()
Returns the value of the 'Loop Condition' containment reference.

If the meaning of the 'Loop Condition' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Loop Condition' containment reference.
See Also:
setLoopCondition(Expression), BPMNPackage.getStandardLoop_LoopCondition()

setLoopCondition

void setLoopCondition(Expression value)
Sets the value of the 'Loop Condition' containment reference.

Parameters:
value - the new value of the 'Loop Condition' containment reference.
See Also:
getLoopCondition()

getLoopMaximum

int getLoopMaximum()
Returns the value of the 'Loop Maximum' attribute.

If the meaning of the 'Loop Maximum' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Loop Maximum' attribute.
See Also:
setLoopMaximum(int), BPMNPackage.getStandardLoop_LoopMaximum()

setLoopMaximum

void setLoopMaximum(int value)
Sets the value of the 'Loop Maximum' attribute.

Parameters:
value - the new value of the 'Loop Maximum' attribute.
See Also:
getLoopMaximum()

getTestTime

TestTime getTestTime()
Returns the value of the 'Test Time' attribute. The literals are from the enumeration TestTime.

If the meaning of the 'Test Time' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Test Time' attribute.
See Also:
TestTime, setTestTime(TestTime), BPMNPackage.getStandardLoop_TestTime()

setTestTime

void setTestTime(TestTime value)
Sets the value of the 'Test Time' attribute.

Parameters:
value - the new value of the 'Test Time' attribute.
See Also:
TestTime, getTestTime()