|
Rule Execution Server API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectilog.rules.factory.IlrValue
ilog.rules.factory.IlrObjectValue
public final class IlrObjectValue
This class represents an object value. An object value represents an object matched by a condition.
Warning: Serialized objects of this class will not be compatible with future releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of IBM Decision Server.
| Constructor Summary | |
|---|---|
IlrObjectValue(IlrCondition cond)
Constructs an object value using a condition. |
|
| Method Summary | |
|---|---|
Object |
exploreValue(IlrFactoryExplorer explorer)
Explores this value using a factory explorer and returns an object as a result. |
IlrCondition |
getCondition()
Gets the condition of this value. |
boolean |
isEventCondition()
Returns whether this value is, or is bound to, the result of a condition, and this condition is an event condition. |
| Methods inherited from class ilog.rules.factory.IlrValue |
|---|
add, divide, getField, getReflect, getType, getXOMType, invokeEquals, isConstant, isEvent, isNull, multiply, remainder, subtract, testAfter, testAfter, testBefore, testBefore, testEqual, testFalse, testGreaterOrEqual, testGreaterThan, testIn, testInstanceOf, testLessOrEqual, testLessThan, testNotEqual, testNotIn, testOccursin, testTrue, timeof, toNegative, toPositive, toPostfixDecr, toPostfixIncr, toPrefixDecr, toPrefixIncr |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlrObjectValue(IlrCondition cond)
cond - The condition which filters the object.| Method Detail |
|---|
public IlrCondition getCondition()
public boolean isEventCondition()
IlrValue
isEventCondition in class IlrValuetrue if this value is, or is bound to, the result of
an event condition, and false otherwise.public Object exploreValue(IlrFactoryExplorer explorer)
exploreValue in class IlrValueexplorer - The factory explorer.
null if the method does not return a value.
|
Rule Execution Server API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||