Package oracle.rules.rl.trace
Class ObjectFactory
java.lang.Object
oracle.rules.rl.trace.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the oracle.rules.rl.trace package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.rules.rl.trace -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofActivationData
Create an instance ofActivationTrace
Create an instance ofArrayValue
Create an instance ofBeanObject
Create an instance ofBeanProperty
Create an instance ofCollectionValue
Create an instance ofDecisionTrace
Create an instance ofFactTrace
Create an instance ofPropertyValue
Create an instance ofResetTrace
Create an instance ofRuleCompilationTrace
Create an instance ofRulesetStackTrace
Create an instance ofRuleTrace
Create an instance ofTraceEntry
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oracle.rules.rl.trace
-
-
Method Details
-
createDecisionTrace
Create an instance ofDecisionTrace
-
createTraceEntry
Create an instance ofTraceEntry
-
createResetTrace
Create an instance ofResetTrace
-
createPropertyValue
Create an instance ofPropertyValue
-
createBeanProperty
Create an instance ofBeanProperty
-
createArrayValue
Create an instance ofArrayValue
-
createCollectionValue
Create an instance ofCollectionValue
-
createBeanObject
Create an instance ofBeanObject
-
createFactTrace
Create an instance ofFactTrace
-
createRuleTrace
Create an instance ofRuleTrace
-
createActivationTrace
Create an instance ofActivationTrace
-
createActivationData
Create an instance ofActivationData
-
createRulesetStackTrace
Create an instance ofRulesetStackTrace
-
createRuleCompilationTrace
Create an instance ofRuleCompilationTrace
-