| Package | Description |
|---|---|
| de.flapdoodle.formula.explain |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCalculationVertex<T>
Immutable implementation of
RuleVertex.CalculationVertex. |
class |
ImmutableValidationVertex<T>
Immutable implementation of
RuleVertex.ValidationVertex. |
class |
ImmutableValueVertex<T>
Immutable implementation of
RuleVertex.ValueVertex. |
static class |
RuleVertex.CalculationVertex<T> |
static class |
RuleVertex.ValidationVertex<T> |
static class |
RuleVertex.ValueVertex<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> RuleVertex |
RuleVertex.calculation(Calculation<T> calculation) |
static <T> RuleVertex |
RuleVertex.validation(Validation<T> validation) |
static <T> RuleVertex |
RuleVertex.value(Value<? extends T> value) |
| Modifier and Type | Method and Description |
|---|---|
static String |
RuleDependencyGraph.renderGraphAsDot(org.jgrapht.graph.DefaultDirectedGraph<RuleVertex,org.jgrapht.graph.DefaultEdge> graph) |
Copyright © 2023. All rights reserved.