public interface BranchCondition extends BranchRef
The following features are supported:
MCaseRulePackage.getBranchCondition()| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate()
evaluate branch condition
|
SecAnalysisBranchRatingType |
getConditionType()
Returns the value of the 'Condition Type' attribute.
|
BranchActionRule |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setConditionType(SecAnalysisBranchRatingType value)
Sets the value of the '
Condition Type' attribute. |
void |
setParent(BranchActionRule value)
Sets the value of the '
Parent' container reference. |
checkData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatuseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetBranchActionRule getParent()
Branch Condition'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
refernce to the containing branch rule objectsetParent(BranchActionRule),
MCaseRulePackage.getBranchCondition_Parent(),
BranchActionRule.getBranchCondition()void setParent(BranchActionRule value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()SecAnalysisBranchRatingType getConditionType()
SecAnalysisBranchRatingType.
If the meaning of the 'Condition Type' attribute isn't clear, there really should be more of a description here...
branch rule condition typeSecAnalysisBranchRatingType,
setConditionType(SecAnalysisBranchRatingType),
MCaseRulePackage.getBranchCondition_ConditionType()void setConditionType(SecAnalysisBranchRatingType value)
Condition Type' attribute.
value - the new value of the 'Condition Type' attribute.SecAnalysisBranchRatingType,
getConditionType()boolean evaluate()