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