| Package | Description |
|---|---|
| de.flapdoodle.reverse.transitions |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStart.Builder<D> |
ImmutableStart.Builder.action(Supplier<State<D>> action)
Initializes the value for the
action attribute. |
static <D> ImmutableStart.Builder<D> |
ImmutableStart.builder()
Creates a builder for
ImmutableStart. |
ImmutableStart.Builder<D> |
ImmutableStart.Builder.destination(StateID<D> destination)
Initializes the value for the
destination attribute. |
ImmutableStart.Builder<D> |
ImmutableStart.Builder.from(HasLabel instance)
Fill a builder with attribute values from the provided
de.flapdoodle.reverse.naming.HasLabel instance. |
ImmutableStart.Builder<D> |
ImmutableStart.Builder.from(Start<D> instance)
Fill a builder with attribute values from the provided
de.flapdoodle.reverse.transitions.Start instance. |
ImmutableStart.Builder<D> |
ImmutableStart.Builder.from(Transition<D> instance)
Fill a builder with attribute values from the provided
de.flapdoodle.reverse.Transition instance. |
ImmutableStart.Builder<D> |
ImmutableStart.Builder.transitionLabel(String transitionLabel)
Initializes the value for the
transitionLabel attribute. |
Copyright © 2025. All rights reserved.