| Package | Description |
|---|---|
| de.flapdoodle.reverse | |
| de.flapdoodle.reverse.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTransitions
Immutable implementation of
Transitions. |
| Modifier and Type | Method and Description |
|---|---|
Transitions |
Transitions.addAll(Transition<?>... transitions) |
Transitions |
Transitions.addAll(Transitions other) |
static Transitions |
Transitions.from(Transition<?>... transitions) |
<T> Transitions |
Transitions.replace(Transition<T> transition) |
| Modifier and Type | Method and Description |
|---|---|
Transitions |
Transitions.addAll(Transitions other) |
static ImmutableTransitions |
ImmutableTransitions.copyOf(Transitions instance)
Creates an immutable copy of a
Transitions value. |
ImmutableTransitions.Builder |
ImmutableTransitions.Builder.from(Transitions instance)
Fill a builder with attribute values from the provided
Transitions instance. |
| Modifier and Type | Method and Description |
|---|---|
static String |
TransitionGraph.edgeGraphAsDot(String label,
Transitions transitions) |
Copyright © 2025. All rights reserved.