|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<EvaluationOptions.EvaluationPolicy>
com.sigmadynamics.sdo.rules.EvaluationOptions.EvaluationPolicy
public static enum EvaluationOptions.EvaluationPolicy
Different modes of rule evaluation.
| Enum Constant Summary | |
|---|---|
BLOCKINGwait for external rule to compile before returning a value |
|
NON_BLOCKING_RETURN_DEFAULT_DOUBLE_VALUEdo not wait for external rule to compile, return default value (scoring rule) |
|
NON_BLOCKING_RETURN_FALSEdo not wait for external rule to compile, return default false |
|
NON_BLOCKING_RETURN_TRUEdo not wait for external rule to compile, return default true |
|
| Method Summary | |
|---|---|
static EvaluationOptions.EvaluationPolicy |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static EvaluationOptions.EvaluationPolicy[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EvaluationOptions.EvaluationPolicy NON_BLOCKING_RETURN_TRUE
public static final EvaluationOptions.EvaluationPolicy NON_BLOCKING_RETURN_FALSE
public static final EvaluationOptions.EvaluationPolicy NON_BLOCKING_RETURN_DEFAULT_DOUBLE_VALUE
public static final EvaluationOptions.EvaluationPolicy BLOCKING
| Method Detail |
|---|
public static EvaluationOptions.EvaluationPolicy[] values()
for (EvaluationOptions.EvaluationPolicy c : EvaluationOptions.EvaluationPolicy.values())
System.out.println(c);
public static EvaluationOptions.EvaluationPolicy valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions 11g Release 1 (11.1.1) E17787-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||