Uses of Class
cloud.opencode.base.graph.validation.ValidationResult
Packages that use ValidationResult
-
Uses of ValidationResult in cloud.opencode.base.graph.validation
Methods in cloud.opencode.base.graph.validation that return ValidationResultModifier and TypeMethodDescriptionValidationResult.Builder.build()Build the validation result 构建验证结果static ValidationResultCreate a validation result with a single error 创建带单个错误的验证结果ValidationResult.merge(ValidationResult other) Merge with another validation result 与另一个验证结果合并static ValidationResultValidationResult.success()Create a successful validation result 创建成功的验证结果static <V> ValidationResultGraphValidator.validateDAG(Graph<V> graph) Check if graph is a valid DAG (Directed Acyclic Graph) 检查图是否为有效的DAG(有向无环图)static <V> ValidationResultGraphValidator.validateGraph(Graph<V> graph) Validate graph structure 验证图结构static ValidationResultCreate a validation result with a single warning 创建带单个警告的验证结果Methods in cloud.opencode.base.graph.validation with parameters of type ValidationResultModifier and TypeMethodDescriptionValidationResult.merge(ValidationResult other) Merge with another validation result 与另一个验证结果合并