com.soyatec.bpmn
Interface Loop

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
MultiInstanceLoop, StandardLoop

public interface Loop
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Loop'.

The following features are supported:

See Also:
BPMNPackage.getLoop()

Method Summary
 int getLoopCounter()
          Returns the value of the 'Loop Counter' attribute
 void setLoopCounter(int value)
          Sets the value of the 'Loop Counter' attribute
 
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

getLoopCounter

int getLoopCounter()
Returns the value of the 'Loop Counter' attribute.

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

Returns:
the value of the 'Loop Counter' attribute.
See Also:
setLoopCounter(int), BPMNPackage.getLoop_LoopCounter()

setLoopCounter

void setLoopCounter(int value)
Sets the value of the 'Loop Counter' attribute.

Parameters:
value - the new value of the 'Loop Counter' attribute.
See Also:
getLoopCounter()