public abstract class Vertex extends Object
| Constructor and Description |
|---|
Vertex() |
| Modifier and Type | Method and Description |
|---|---|
static de.flapdoodle.types.Either<StateVertex,TransitionVertex> |
asEither(Vertex vertex) |
static Function<Vertex,String> |
asId() |
public static de.flapdoodle.types.Either<StateVertex,TransitionVertex> asEither(Vertex vertex)
Copyright © 2023. All rights reserved.