public class DefaultRuleEngine extends Object implements RuleEngine
Constructor and Description |
---|
DefaultRuleEngine() |
Modifier and Type | Method and Description |
---|---|
Value |
evaluate(EndpointRuleset ruleset,
Map<Identifier,Value> args)
Evaluate the given
EndpointRuleset using the named values in args as input into the rule set. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
defaultEngine
public Value evaluate(EndpointRuleset ruleset, Map<Identifier,Value> args)
RuleEngine
EndpointRuleset
using the named values in args
as input into the rule set.evaluate
in interface RuleEngine
ruleset
- The rule set to evaluate.args
- The arguments.Copyright © 2023. All rights reserved.