|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Rule
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:
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 |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
BPMNPackage.getRule_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
Expression getRuleExpression()
If the meaning of the 'Rule Expression' containment reference isn't clear, there really should be more of a description here...
setRuleExpression(Expression)
,
BPMNPackage.getRule_RuleExpression()
void setRuleExpression(Expression value)
Rule Expression
' containment reference.
value
- the new value of the 'Rule Expression' containment reference.getRuleExpression()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |