Interface RuleEngine
- 
Method SummaryModifier and TypeMethodDescriptionstatic RuleEngineevaluate(EndpointRuleset ruleset, Map<Identifier, Value> args) Evaluate the givenEndpointRulesetusing the named values inargsas input into the rule set.
- 
Method Details- 
evaluateEvaluate 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
 
-