Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Uses of Interface
com.sigmadynamics.sdo.rules.RuleDefinition

Packages that use RuleDefinition
com.sigmadynamics.sdo.rules Platform support for external rules. 

 

Uses of RuleDefinition in com.sigmadynamics.sdo.rules

 

Methods in com.sigmadynamics.sdo.rules with parameters of type RuleDefinition
 boolean RuleEvaluator.evaluate(java.lang.Object context, RuleDefinition def, RuleCache cache, EvaluationOptions opts)
          Deprecated.  
 boolean RuleEvaluator.evaluateEligibilityRule(java.lang.Object context, RuleDefinition def, RuleCache cache, EvaluationOptions opts)
          Evaluate an external eligibility rule.
 double RuleEvaluator.evaluateScoringRule(RuleDefinition def, RuleCache cache, EvaluationOptions opts)
          Evaluate an external scoring rule.
 Rule RuleCache.get(RuleDefinition def)
           
 Rule RuleCache.put(RuleDefinition def, byte[] byteCode)
           
 Rule RuleCache.putInvalid(RuleDefinition def)
           
 boolean RuleEvaluator.validateAndCache(java.lang.Object context, RuleDefinition def, RuleCache cache)
          Use this method to preload external rules at ILS deploy time.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.