Package oracle.rules.rl.trace
Class ActivationTrace
java.lang.Object
oracle.rules.rl.trace.TraceEntry
oracle.rules.rl.trace.ActivationData
oracle.rules.rl.trace.ActivationTrace
- All Implemented Interfaces:
Serializable
Java class for activation-trace complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="activation-trace"> <complexContent> <extension base="{http://xmlns.oracle.com/rules/decisiontrace}activation-data"> <sequence> <element name="operation" type="{http://xmlns.oracle.com/rules/decisiontrace}activation-operation"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the operation property.void
setOperation
(ActivationOperation value) Sets the value of the operation property.Methods inherited from class oracle.rules.rl.trace.ActivationData
getFactIds, getPriority, getRuleName, getTokenTime, setPriority, setRuleName, setTokenTime
Methods inherited from class oracle.rules.rl.trace.TraceEntry
getInRule, getTimestamp, setInRule, setTimestamp
-
Constructor Details
-
ActivationTrace
public ActivationTrace()
-
-
Method Details
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
ActivationOperation
-
setOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isActivationOperation
-