Package oracle.rules.rl.extensions.trace
Class TraceAnalysis
java.lang.Object
oracle.rules.rl.extensions.trace.TraceAnalysis
Assist in the navigation and analysis of a decision trace.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTraceAnalysis
(DecisionTrace trace) Create a navigable representation of a decision trace so that it may be analyzed. -
Method Summary
Modifier and TypeMethodDescriptiongetActivationMatchedFacts
(ActivationTrace activationTrace) Get a list of traces for the facts that matched resulting in the activation trace.getFactTraces
(int factId) Get a list of the fact traces for the fact with the IDfactId
.Get a list of the fact types that appear in the trace.getLastFactTrace
(int factId) Get the last fact trace for the fact with the IDfactId
.getLastFactTraces
(String factType) Get a list, for each fact of the specified type, of the last fact trace available in the trace.getRuleEngineState
(TraceEntry traceEntry) getRuleMatchedFacts
(RuleTrace ruleTrace) Get a list of traces for the facts that matched resulting in the rule trace.getRules()
Get a list of the rules that appear in the trace.getRuleTraces
(String ruleName) Get a list of the rule traces for the named rule.nextTraceEntry
(TraceEntry entry) Return the trace entry immediately following the entryentry
.previousTraceEntry
(TraceEntry entry) Return the trace entry immediately preceding the entryentry
.Get the rule trace for the rule whose action affected the fact in the fact trace.
-
Field Details
-
INITIAL_FACT
- See Also:
-
NOT
- See Also:
-
AGGREGATE
- See Also:
-
FACT_UNAVAIL
- See Also:
-
-
Constructor Details
-
TraceAnalysis
Create a navigable representation of a decision trace so that it may be analyzed.- Parameters:
trace
- the decision trace.
-
-
Method Details
-
nextTraceEntry
Return the trace entry immediately following the entryentry
. Returns null ifentry
is the last entry in the trace.- Parameters:
entry
- the current trace entry- Returns:
- the next trace entry
-
previousTraceEntry
Return the trace entry immediately preceding the entryentry
. Returns null ifentry
is the first entry in the trace.- Parameters:
entry
- the current trace entry- Returns:
- the previous trace entry
-
getRules
Get a list of the rules that appear in the trace.- Returns:
- a list of the names of the rules that appear in the trace.
-
getRuleTraces
Get a list of the rule traces for the named rule.- Parameters:
ruleName
- the name of the rule- Returns:
- a list of rule traces for the specified rule.
-
getFactTypes
Get a list of the fact types that appear in the trace.- Returns:
- a list of the fact types that appear in the trace.
-
getLastFactTraces
Get a list, for each fact of the specified type, of the last fact trace available in the trace.- Parameters:
factType
- the fact type name.- Returns:
- a list, for each fact of the specified type, of the last fact trace available in the trace.
-
getLastFactTrace
Get the last fact trace for the fact with the IDfactId
.- Parameters:
factId
- the fact ID.- Returns:
- the last fact trace for the fact with the ID
factId
else null if no such fact exists in the trace.
-
getFactTraces
Get a list of the fact traces for the fact with the IDfactId
.- Parameters:
factId
- the fact ID.- Returns:
- a list of the fact traces for the fact with the ID.
-
whichRule
Get the rule trace for the rule whose action affected the fact in the fact trace. Null is returned if the fact trace was not a result of a rule action.- Parameters:
factTrace
- the fact trace- Returns:
- the rule trace or null if the fact trace was not a result of a rule action.
-
getRuleMatchedFacts
Get a list of traces for the facts that matched resulting in the rule trace.- Parameters:
ruleTrace
- the rule trace- Returns:
- a list of fact traces for the facts that matched for this rule trace.
-
getActivationMatchedFacts
Get a list of traces for the facts that matched resulting in the activation trace.- Parameters:
activationTrace
- the activation trace- Returns:
- a list of fact traces for the facts that matched for this activation trace.
-
getRuleEngineState
-
getTraceGroups
-