Uses of Enum Class
cloud.opencode.base.rules.decision.HitPolicy
Packages that use HitPolicy
Package
Description
Decision Tables - Table-Based Rule Definition
决策表 - 基于表格的规则定义
Rule DSL - Fluent API for Rule Construction
规则DSL - 规则构建的流式API
-
Uses of HitPolicy in cloud.opencode.base.rules.decision
Subclasses with type arguments of type HitPolicy in cloud.opencode.base.rules.decisionModifier and TypeClassDescriptionenumHit Policy - Determines How Decision Table Matches Are Handled 命中策略 - 确定如何处理决策表匹配Methods in cloud.opencode.base.rules.decision that return HitPolicyModifier and TypeMethodDescriptionDecisionTable.getHitPolicy()Gets the hit policy 获取命中策略SimpleDecisionTable.getHitPolicy()static HitPolicyReturns the enum constant of this class with the specified name.static HitPolicy[]HitPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.rules.decision with parameters of type HitPolicy -
Uses of HitPolicy in cloud.opencode.base.rules.dsl
Methods in cloud.opencode.base.rules.dsl with parameters of type HitPolicyModifier and TypeMethodDescriptionSets the hit policy 设置命中策略