| Package | Description |
|---|---|
| de.flapdoodle.reverse.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTransitionVertex
Immutable implementation of
TransitionVertex. |
| Modifier and Type | Method and Description |
|---|---|
static TransitionVertex |
TransitionVertex.of(Transition<?> transition) |
| Modifier and Type | Method and Description |
|---|---|
static de.flapdoodle.types.Either<StateVertex,TransitionVertex> |
Vertex.asEither(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableTransitionVertex |
ImmutableTransitionVertex.copyOf(TransitionVertex instance)
Creates an immutable copy of a
TransitionVertex value. |
ImmutableTransitionVertex.Builder |
ImmutableTransitionVertex.Builder.from(TransitionVertex instance)
Fill a builder with attribute values from the provided
TransitionVertex instance. |
Copyright © 2025. All rights reserved.