public interface Condition extends RuleModelElement
The following features are supported:
RulesheetPackage.getCondition()| 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.
|
ViewExpressions |
getViewExpressions()
Returns the value of the 'View Expressions' containment 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 |
void |
setViewExpressions(ViewExpressions value)
Sets the value of the '
View Expressions' containment 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.getCondition_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.getCondition_OpaqueExpression()void setOpaqueExpression(OpaqueExpression value)
Opaque Expression' containment reference.
value - the new value of the 'Opaque Expression' containment reference.getOpaqueExpression()PRule getRule()
Conditions'.
If the meaning of the 'Rule' container reference isn't clear, there really should be more of a description here...
setRule(PRule),
RulesheetPackage.getCondition_Rule(),
PRule.getConditions()void setRule(PRule value)
Rule' container reference.
value - the new value of the 'Rule' container reference.getRule()ViewExpressions getViewExpressions()
If the meaning of the 'View Expressions' containment reference isn't clear, there really should be more of a description here...
setViewExpressions(ViewExpressions),
RulesheetPackage.getCondition_ViewExpressions()void setViewExpressions(ViewExpressions value)
View Expressions' containment reference.
value - the new value of the 'View Expressions' containment reference.getViewExpressions()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.