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