public abstract class RuleCombiningAlgorithm extends CombiningAlgorithm
logger| Constructor and Description |
|---|
RuleCombiningAlgorithm(URI identifier)
Constructor that takes the algorithm's identifier.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Result |
combine(EvaluationCtx context,
List parameters,
List ruleElements)
Combines the rules based on the context to produce some unified
result.
|
getIdentifierpublic RuleCombiningAlgorithm(URI identifier)
identifier - the algorithm's identifierpublic abstract Result combine(EvaluationCtx context, List parameters, List ruleElements)
combine in class CombiningAlgorithmcontext - the representation of the requestparameters - a (possibly empty) non-null List of
CombinerParametersruleElements - a List of CombinerElementsCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.