ilog.rules.factory
Class IlrEventTimeValue
- java.lang.Object
-
- ilog.rules.factory.IlrValue
-
- ilog.rules.factory.IlrEventTimeValue
-
- All Implemented Interfaces:
- java.io.Serializable
Deprecated.As of IBM Decision Server 7.5, event processing is deprecated.
@Deprecated public final class IlrEventTimeValue extends IlrValue
This class represents an event time value. An event time value represents the timestamp of an event 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.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description IlrEventTimeValue(IlrValue event)Deprecated.Constructs an event time value.
-
Method Summary
Methods Modifier and Type Method and Description java.lang.ObjectexploreValue(IlrFactoryExplorer explorer)Deprecated.Explores this value using a factory explorer and returns an object as a result.IlrValuegetEvent()Deprecated.Gets the event that this value represents the time of.-
Methods inherited from class ilog.rules.factory.IlrValue
add, divide, getField, getReflect, getType, getXOMType, invokeEquals, isConstant, isEvent, isEventCondition, 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
-
-
-
-
Constructor Detail
-
IlrEventTimeValue
public IlrEventTimeValue(IlrValue event)
Deprecated.Constructs an event time value. If this value given as argument to the constructor is an event, the constructed value represents the timestamp of the event. If this value is not an event, the constructed value is invalid.- Parameters:
event- The event that this value represents the timestamp of.- See Also:
IlrValue.isEvent(),IlrValue.timeof()
-
-
Method Detail
-
getEvent
public IlrValue getEvent()
Deprecated.Gets the event that this value represents the time of.- Returns:
- The event that this value represents the time of.
-
exploreValue
public java.lang.Object exploreValue(IlrFactoryExplorer explorer)
Deprecated.Explores this value using a factory explorer and returns an object as a result.- Specified by:
exploreValuein classIlrValue- Parameters:
explorer- The factory explorer.- Returns:
- An object which represents the result of the exploration,
or
nullif the method does not return a value.
-
-