com.soyatec.bpmn
Interface Rule

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

public interface Rule
extends EventDetail

A representation of the model object 'Rule'. Rule is used in the definition of type of event. The type of event is triggered when the conditions for a rule such as “S&P 500 changes by more than 10% since opening,” or “Temperature above 300C” become true.

The following features are supported:

See Also:
BPMNPackage.getRule()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 Expression getRuleExpression()
          Returns the value of the 'Rule Expression' containment reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setRuleExpression(Expression value)
          Sets the value of the 'Rule Expression' containment reference
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), BPMNPackage.getRule_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getRuleExpression

Expression getRuleExpression()
Returns the value of the 'Rule Expression' containment reference.

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

Returns:
the value of the 'Rule Expression' containment reference.
See Also:
setRuleExpression(Expression), BPMNPackage.getRule_RuleExpression()

setRuleExpression

void setRuleExpression(Expression value)
Sets the value of the 'Rule Expression' containment reference.

Parameters:
value - the new value of the 'Rule Expression' containment reference.
See Also:
getRuleExpression()