@Value.Immutable
public static interface GraphAsDot.SubGraph<T>
| Modifier and Type | Method and Description |
|---|---|
Map<T,T> |
connections() |
org.jgrapht.Graph<T,?> |
graph() |
static <T> ImmutableSubGraph.Builder<T> |
of(org.jgrapht.Graph<T,?> graph) |
@Builder.Parameter org.jgrapht.Graph<T,?> graph()
static <T> ImmutableSubGraph.Builder<T> of(org.jgrapht.Graph<T,?> graph)
Copyright © 2022. All rights reserved.