Class ConditionRule
java.lang.Object
com.aquima.interactions.rule.constraint.table.ConditionRule
This class represent a single condition from a Constraint rule.
- Since:
- 5.0
- Author:
- O. Kerpershoek
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ConditionRule
(IExpression expr, ConditionRule[] nextConditions, DomainActionRule[] nextActions) -
Method Summary
Modifier and TypeMethodDescriptionprotected DomainActionRule[]
evaluate
(InferenceContext context) protected void
gatherScopeObjects
(Set<String> scopeObjects) protected DomainActionRule[]
protected ConditionRule[]
protected IExpression
protected void
toString
(StringBuffer result, int i)
-
Constructor Details
-
ConditionRule
protected ConditionRule(IExpression expr, ConditionRule[] nextConditions, DomainActionRule[] nextActions)
-
-
Method Details
-
getExpression
-
getConsequenceRules
-
getActions
-
gatherScopeObjects
-
evaluate
- Throws:
RuleEngineException
-
toString
-