com.soyatec.bpmn
Interface MultiInstanceLoop

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

public interface MultiInstanceLoop
extends Loop

A representation of the model object 'Multi Instance Loop'.

The following features are supported:

See Also:
BPMNPackage.getMultiInstanceLoop()

Method Summary
 org.eclipse.emf.common.util.EList getComplexMIFlowCondition()
          Returns the value of the 'Complex MI Flow Condition' containment reference list.
 Expression getMICondition()
          Returns the value of the 'MI Condition' containment reference
 MIFlowCondition getMIFlowCondition()
          Returns the value of the 'MI Flow Condition' attribute.
 MIOrdering getMIOrdering()
          Returns the value of the 'MI Ordering' attribute.
 void setMICondition(Expression value)
          Sets the value of the 'MI Condition' containment reference
 void setMIFlowCondition(MIFlowCondition value)
          Sets the value of the 'MI Flow Condition' attribute
 void setMIOrdering(MIOrdering value)
          Sets the value of the 'MI Ordering' 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

getMICondition

Expression getMICondition()
Returns the value of the 'MI Condition' containment reference.

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

Returns:
the value of the 'MI Condition' containment reference.
See Also:
setMICondition(Expression), BPMNPackage.getMultiInstanceLoop_MICondition()

setMICondition

void setMICondition(Expression value)
Sets the value of the 'MI Condition' containment reference.

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

getMIOrdering

MIOrdering getMIOrdering()
Returns the value of the 'MI Ordering' attribute. The literals are from the enumeration MIOrdering.

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

Returns:
the value of the 'MI Ordering' attribute.
See Also:
MIOrdering, setMIOrdering(MIOrdering), BPMNPackage.getMultiInstanceLoop_MIOrdering()

setMIOrdering

void setMIOrdering(MIOrdering value)
Sets the value of the 'MI Ordering' attribute.

Parameters:
value - the new value of the 'MI Ordering' attribute.
See Also:
MIOrdering, getMIOrdering()

getMIFlowCondition

MIFlowCondition getMIFlowCondition()
Returns the value of the 'MI Flow Condition' attribute. The literals are from the enumeration MIFlowCondition.

If the meaning of the 'MI Flow Condition' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'MI Flow Condition' attribute.
See Also:
MIFlowCondition, setMIFlowCondition(MIFlowCondition), BPMNPackage.getMultiInstanceLoop_MIFlowCondition()

setMIFlowCondition

void setMIFlowCondition(MIFlowCondition value)
Sets the value of the 'MI Flow Condition' attribute.

Parameters:
value - the new value of the 'MI Flow Condition' attribute.
See Also:
MIFlowCondition, getMIFlowCondition()

getComplexMIFlowCondition

org.eclipse.emf.common.util.EList getComplexMIFlowCondition()
Returns the value of the 'Complex MI Flow Condition' containment reference list. The list contents are of type Expression.

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

Returns:
the value of the 'Complex MI Flow Condition' containment reference list.
See Also:
BPMNPackage.getMultiInstanceLoop_ComplexMIFlowCondition()