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.
|
getIdentifier
public RuleCombiningAlgorithm(URI identifier)
identifier
- the algorithm's identifierpublic abstract Result combine(EvaluationCtx context, List parameters, List ruleElements)
combine
in class CombiningAlgorithm
context
- the representation of the requestparameters
- a (possibly empty) non-null List
of
CombinerParameters
ruleElements
- a List
of CombinerElements
Copyright © 2023 JBoss by Red Hat. All rights reserved.