com.ibm.xtools.bpmn2
Interface ComplexBehaviorDefinition

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

public interface ComplexBehaviorDefinition
extends BaseElement

A representation of the model object 'Complex Behavior Definition'.

The following features are supported:

See Also:
Bpmn2Package.getComplexBehaviorDefinition()

Method Summary
 FormalExpression getCondition()
          Returns the value of the 'Condition' containment reference.
 ImplicitThrowEvent getEvent()
          Returns the value of the 'Event' containment reference.
 void setCondition(FormalExpression value)
          Sets the value of the 'Condition' containment reference.
 void setEvent(ImplicitThrowEvent value)
          Sets the value of the 'Event' containment reference.
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getCondition

FormalExpression getCondition()
Returns the value of the 'Condition' containment reference.

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

Returns:
the value of the 'Condition' containment reference.
See Also:
setCondition(FormalExpression), Bpmn2Package.getComplexBehaviorDefinition_Condition()

setCondition

void setCondition(FormalExpression value)
Sets the value of the 'Condition' containment reference.

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

getEvent

ImplicitThrowEvent getEvent()
Returns the value of the 'Event' containment reference.

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

Returns:
the value of the 'Event' containment reference.
See Also:
setEvent(ImplicitThrowEvent), Bpmn2Package.getComplexBehaviorDefinition_Event()

setEvent

void setEvent(ImplicitThrowEvent value)
Sets the value of the 'Event' containment reference.

Parameters:
value - the new value of the 'Event' containment reference.
See Also:
getEvent()