public abstract class RuleCombiningAlgorithm extends CombiningAlgorithm
| Constructor and Description |
|---|
RuleCombiningAlgorithm(URI identifier)
Constructor that takes the algorithm's identifier.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractResult |
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 AbstractResult 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 © 2018 WSO2. All rights reserved.