public interface Action extends RuleModelElement
The following features are supported:
RulesheetPackage.getAction()| Modifier and Type | Method and Description |
|---|---|
OpaqueExpression |
getOpaqueExpression()
Returns the value of the 'Opaque Expression' containment reference
|
PRule |
getRule()
Returns the value of the 'Rule' container reference.
|
boolean |
isDisabled()
Returns the value of the 'Disabled' attribute
|
void |
setDisabled(boolean value)
Sets the value of the '
Disabled' attribute |
void |
setOpaqueExpression(OpaqueExpression value)
Sets the value of the '
Opaque Expression' containment reference |
void |
setRule(PRule value)
Sets the value of the '
Rule' container reference |
getDocumentingRuleStatementsboolean isDisabled()
If the meaning of the 'Disabled' attribute isn't clear, there really should be more of a description here...
setDisabled(boolean),
RulesheetPackage.getAction_Disabled()void setDisabled(boolean value)
Disabled' attribute.
value - the new value of the 'Disabled' attribute.isDisabled()OpaqueExpression getOpaqueExpression()
If the meaning of the 'Opaque Expression' containment reference isn't clear, there really should be more of a description here...
setOpaqueExpression(OpaqueExpression),
RulesheetPackage.getAction_OpaqueExpression()void setOpaqueExpression(OpaqueExpression value)
Opaque Expression' containment reference.
value - the new value of the 'Opaque Expression' containment reference.getOpaqueExpression()PRule getRule()
Actions'.
If the meaning of the 'Rule' container reference isn't clear, there really should be more of a description here...
setRule(PRule),
RulesheetPackage.getAction_Rule(),
PRule.getActions()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.