Uses of Record Class
cloud.opencode.base.rules.key.TypedKey
Packages that use TypedKey
Package
Description
OpenCode Base Rules - Lightweight Rule Engine for Java
OpenCode基础规则 - Java轻量级规则引擎
Rule Model - Core Model Classes for Rules
规则模型 - 规则的核心模型类
-
Uses of TypedKey in cloud.opencode.base.rules
Methods in cloud.opencode.base.rules that return TypedKeyModifier and TypeMethodDescriptionstatic <T> TypedKey<T> Creates a typed key for type-safe fact access 创建类型化键用于类型安全的事实访问Methods in cloud.opencode.base.rules with parameters of type TypedKeyModifier and TypeMethodDescription<T> booleanChecks if a typed key exists in variables or facts 检查类型化键是否存在于变量或事实中<T> TGets a typed value by typed key (checks variables first, then facts) 通过类型化键获取类型化值(先检查变量,再检查事实)<T> TGets a typed value by typed key with a default 通过类型化键获取类型化值,带默认值<T> RuleContextPuts a typed value by typed key into variables 通过类型化键将类型化值放入变量中 -
Uses of TypedKey in cloud.opencode.base.rules.key
Methods in cloud.opencode.base.rules.key that return TypedKey -
Uses of TypedKey in cloud.opencode.base.rules.model
Methods in cloud.opencode.base.rules.model with parameters of type TypedKeyModifier and TypeMethodDescriptiondefault <T> booleanChecks if a typed key exists in the store 检查类型化键是否存在于存储中default <T> Optional<T> Gets a typed fact value by typed key 通过类型化键获取类型化事实值default <T> voidPuts a typed value by typed key 通过类型化键存放类型化值