Skip navigation links

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

E17787-02


com.sigmadynamics.sdo.rules
Class RuleImpl

java.lang.Object
  extended by com.sigmadynamics.sdo.rules.RuleImpl

All Implemented Interfaces:
Rule

public class RuleImpl
extends java.lang.Object
implements Rule
Since:
3.0 An implementation of Rule.

Method Summary
 double evaluate(EvaluationOptions opts)
          This method is used to evaluate scoring rules.
 boolean evaluate(java.lang.Object context, EvaluationOptions opts)
           
 boolean isInvalid()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

evaluate

public boolean evaluate(java.lang.Object context,
                        EvaluationOptions opts)
Specified by:
evaluate in interface Rule
Parameters:
context - is the context in which the rule is evaluated
opts - encapsulates the evaluation options
Returns:

isInvalid

public boolean isInvalid()
Specified by:
isInvalid in interface Rule
Returns:
true if this rule is an invalid rule, false otherwise.

evaluate

public double evaluate(EvaluationOptions opts)
Description copied from interface: Rule
This method is used to evaluate scoring rules.
Specified by:
evaluate in interface Rule
Returns:

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.