| Package | Description |
|---|---|
| de.flapdoodle.formula.solver |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableExplanation
Immutable implementation of
Explanation. |
| Modifier and Type | Method and Description |
|---|---|
Explanation |
ValueGraph.explain(Value<?> destination) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableExplanation |
ImmutableExplanation.copyOf(Explanation instance)
Creates an immutable copy of a
Explanation value. |
ImmutableExplanation.Builder |
ImmutableExplanation.Builder.from(Explanation instance)
Fill a builder with attribute values from the provided
Explanation instance. |
static String |
Explanation.render(Explanation explanation) |
static String |
Explanation.render(Explanation explanation,
Function<Value<?>,String> renderValue) |
Copyright © 2023. All rights reserved.