public interface PRule extends RuleModelElement
The following features are supported:
RulesheetPackage.getPRule()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getActions()
Returns the value of the 'Actions' containment reference list.
|
org.eclipse.emf.common.util.EList |
getConditions()
Returns the value of the 'Conditions' containment reference list.
|
org.eclipse.emf.common.util.EList |
getOverriddenBy()
Returns the value of the 'Overridden By' reference list.
|
org.eclipse.emf.common.util.EList |
getOverrides()
Returns the value of the 'Overrides' reference list.
|
PRuleset |
getRuleset()
Returns the value of the 'Ruleset' container reference.
|
boolean |
isDisabled()
Returns the value of the 'Disabled' attribute
|
boolean |
isUseConditionsAsThresholds()
Returns the value of the 'Use Conditions As Thresholds' attribute
|
void |
setDisabled(boolean value)
Sets the value of the '
Disabled' attribute |
void |
setRuleset(PRuleset value)
Sets the value of the '
Ruleset' container reference |
void |
setUseConditionsAsThresholds(boolean value)
Sets the value of the '
Use Conditions As Thresholds' attribute |
getDocumentingRuleStatementsboolean isDisabled()
If the meaning of the 'Disabled' attribute isn't clear, there really should be more of a description here...
setDisabled(boolean),
RulesheetPackage.getPRule_Disabled()void setDisabled(boolean value)
Disabled' attribute.
value - the new value of the 'Disabled' attribute.isDisabled()boolean isUseConditionsAsThresholds()
If the meaning of the 'Use Conditions As Thresholds' attribute isn't clear, there really should be more of a description here...
setUseConditionsAsThresholds(boolean),
RulesheetPackage.getPRule_UseConditionsAsThresholds()void setUseConditionsAsThresholds(boolean value)
Use Conditions As Thresholds' attribute.
value - the new value of the 'Use Conditions As Thresholds' attribute.isUseConditionsAsThresholds()PRuleset getRuleset()
Rules'.
If the meaning of the 'Ruleset' container reference isn't clear, there really should be more of a description here...
setRuleset(PRuleset),
RulesheetPackage.getPRule_Ruleset(),
PRuleset.getRules()void setRuleset(PRuleset value)
Ruleset' container reference.
value - the new value of the 'Ruleset' container reference.getRuleset()org.eclipse.emf.common.util.EList getConditions()
Condition.
It is bidirectional and its opposite is 'Rule'.
If the meaning of the 'Conditions' reference list isn't clear, there really should be more of a description here...
RulesheetPackage.getPRule_Conditions(),
Condition.getRule()org.eclipse.emf.common.util.EList getOverrides()
PRule.
It is bidirectional and its opposite is 'Overridden By'.
If the meaning of the 'Overrides' reference list isn't clear, there really should be more of a description here...
RulesheetPackage.getPRule_Overrides(),
getOverriddenBy()org.eclipse.emf.common.util.EList getOverriddenBy()
PRule.
It is bidirectional and its opposite is 'Overrides'.
If the meaning of the 'Overridden By' reference list isn't clear, there really should be more of a description here...
RulesheetPackage.getPRule_OverriddenBy(),
getOverrides()org.eclipse.emf.common.util.EList getActions()
Action.
It is bidirectional and its opposite is 'Rule'.
If the meaning of the 'Actions' containment reference list isn't clear, there really should be more of a description here...
RulesheetPackage.getPRule_Actions(),
Action.getRule()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.