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, waitdefaultEnginepublic Value evaluate(EndpointRuleset ruleset, Map<Identifier,Value> args)
RuleEngineEndpointRuleset using the named values in args as input into the rule set.evaluate in interface RuleEngineruleset - The rule set to evaluate.args - The arguments.Copyright © 2023. All rights reserved.