| Package | Description |
|---|---|
| de.flapdoodle.reverse.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableStateVertex
Immutable implementation of
StateVertex. |
class |
ImmutableTransitionVertex
Immutable implementation of
TransitionVertex. |
class |
StateVertex |
class |
TransitionVertex |
| Modifier and Type | Method and Description |
|---|---|
static org.jgrapht.graph.DefaultDirectedGraph<Vertex,org.jgrapht.graph.DefaultEdge> |
TransitionGraph.asGraph(List<? extends Transition<?>> all) |
static Function<Vertex,String> |
Vertex.asId() |
de.flapdoodle.graph.ImmutableSubGraph<Vertex> |
HasSubGraph.subGraph() |
| Modifier and Type | Method and Description |
|---|---|
static de.flapdoodle.types.Either<StateVertex,TransitionVertex> |
Vertex.asEither(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TransitionGraph.asMessage(List<? extends de.flapdoodle.graph.Loop<Vertex,org.jgrapht.graph.DefaultEdge>> loops) |
static String |
TransitionGraph.edgeGraphAsDot(String label,
org.jgrapht.graph.DefaultDirectedGraph<Vertex,org.jgrapht.graph.DefaultEdge> graph) |
static String |
TransitionGraph.edgeGraphAsDot(String label,
org.jgrapht.graph.DefaultDirectedGraph<Vertex,org.jgrapht.graph.DefaultEdge> graph,
Function<Transition<?>,String> transitionAsLabel,
Function<StateID<?>,String> stateIdAsLabel) |
Copyright © 2023. All rights reserved.