Interface RuleEngine
- All Known Implementing Classes:
 DefaultRuleEngine
public interface RuleEngine
- 
Method Summary
Modifier and TypeMethodDescriptionstatic RuleEngineevaluate(EndpointRuleset ruleset, Map<Identifier, Value> args) Evaluate the givenEndpointRulesetusing the named values inargsas input into the rule set. 
- 
Method Details
- 
evaluate
Evaluate the givenEndpointRulesetusing the named values inargsas input into the rule set.- Parameters:
 ruleset- The rule set to evaluate.args- The arguments.- Returns:
 - The computed value.
 
 - 
defaultEngine
 
 -