Uses of Class
cloud.opencode.base.rules.dsl.RuleGroupBuilder
Packages that use RuleGroupBuilder
Package
Description
OpenCode Base Rules - Lightweight Rule Engine for Java
OpenCode基础规则 - Java轻量级规则引擎
Rule DSL - Fluent API for Rule Construction
规则DSL - 规则构建的流式API
-
Uses of RuleGroupBuilder in cloud.opencode.base.rules
Methods in cloud.opencode.base.rules that return RuleGroupBuilderModifier and TypeMethodDescriptionstatic RuleGroupBuilderCreates a new rule group builder with the given name 使用给定名称创建新的规则组构建器 -
Uses of RuleGroupBuilder in cloud.opencode.base.rules.dsl
Methods in cloud.opencode.base.rules.dsl that return RuleGroupBuilderModifier and TypeMethodDescriptionAdds a rule to the group 向组添加规则Adds multiple rules to the group 向组添加多个规则Adds multiple rules to the group 向组添加多个规则RuleGroupBuilder.description(String description) Sets the group description 设置组描述static RuleGroupBuilderCreates a rule group builder with the given name 使用给定名称创建规则组构建器RuleGroupBuilder.priority(int priority) Sets the group priority 设置组优先级