Uses of Interface
cloud.opencode.base.rules.model.Action
Packages that use Action
Package
Description
OpenCode Base Rules - Lightweight Rule Engine for Java
OpenCode基础规则 - Java轻量级规则引擎
Rule Actions - Action Implementations
规则动作 - 动作实现
Rule DSL - Fluent API for Rule Construction
规则DSL - 规则构建的流式API
Rule Engine - Default Implementations
规则引擎 - 默认实现
Rule Model - Core Model Classes for Rules
规则模型 - 规则的核心模型类
Rule SPI - Service Provider Interfaces
规则SPI - 服务提供者接口
-
Uses of Action in cloud.opencode.base.rules
Methods in cloud.opencode.base.rules that return Action -
Uses of Action in cloud.opencode.base.rules.action
Classes in cloud.opencode.base.rules.action that implement ActionModifier and TypeClassDescriptionclassComposite Action - Executes Multiple Actions in Sequence 组合动作 - 按顺序执行多个动作classConsumer Action - Action Based on Java Consumer 消费者动作 - 基于Java消费者的动作Methods in cloud.opencode.base.rules.action that return types with arguments of type ActionMethods in cloud.opencode.base.rules.action with parameters of type ActionModifier and TypeMethodDescriptionstatic CompositeActionCreates a composite action from multiple actions 从多个动作创建组合动作Constructor parameters in cloud.opencode.base.rules.action with type arguments of type ActionModifierConstructorDescriptionCompositeAction(List<Action> actions) Creates a composite action 创建组合动作 -
Uses of Action in cloud.opencode.base.rules.dsl
Methods in cloud.opencode.base.rules.dsl with parameters of type ActionModifier and TypeMethodDescriptionAdds an additional action object 添加额外的动作对象Adds an action object 添加动作对象 -
Uses of Action in cloud.opencode.base.rules.engine
Methods in cloud.opencode.base.rules.engine that return ActionConstructors in cloud.opencode.base.rules.engine with parameters of type ActionModifierConstructorDescriptionDefaultRule(String name, String description, int priority, String group, boolean enabled, Condition condition, Action action) Creates a default rule 创建默认规则DefaultRule(String name, String description, int priority, String group, boolean enabled, Condition condition, Action action, boolean terminal) Creates a default rule with terminal flag 创建带终止标志的默认规则 -
Uses of Action in cloud.opencode.base.rules.model
Methods in cloud.opencode.base.rules.model that return ActionModifier and TypeMethodDescriptiondefault ActionReturns an action that executes this action followed by another 返回先执行此动作然后执行另一个动作的动作static ActionAction.noOp()An action that does nothing 什么都不做的动作Methods in cloud.opencode.base.rules.model with parameters of type Action -
Uses of Action in cloud.opencode.base.rules.spi
Methods in cloud.opencode.base.rules.spi that return types with arguments of type Action