Uses of Record Class
cloud.opencode.base.rules.trace.ExecutionTrace
Packages that use ExecutionTrace
Package
Description
OpenCode Base Rules - Lightweight Rule Engine for Java
OpenCode基础规则 - Java轻量级规则引擎
-
Uses of ExecutionTrace in cloud.opencode.base.rules
Methods in cloud.opencode.base.rules that return ExecutionTraceModifier and TypeMethodDescriptiondefault ExecutionTraceRuleEngine.fireAndTrace(RuleContext context) Fires all matching rules and returns an execution trace 触发所有匹配规则并返回执行轨迹 -
Uses of ExecutionTrace in cloud.opencode.base.rules.explain
Methods in cloud.opencode.base.rules.explain with parameters of type ExecutionTraceModifier and TypeMethodDescriptionstatic ExplanationRuleExplainer.explain(ExecutionTrace trace) Generates an explanation from an execution trace 从执行轨迹生成解释 -
Uses of ExecutionTrace in cloud.opencode.base.rules.trace
Methods in cloud.opencode.base.rules.trace that return ExecutionTraceModifier and TypeMethodDescriptionTracingRuleListener.getTrace()Returns the assembled execution trace after engine.fire() completes 在engine.fire()完成后返回组装好的执行轨迹static ExecutionTraceCreates an execution trace from a list of rule traces and total duration, computing fired/skipped/failed counts automatically 从规则轨迹列表和总持续时间创建执行轨迹,自动计算触发/跳过/失败计数