| Modifier and Type | Method and Description |
|---|---|
ImmutableSubGraph<T> |
ImmutableSubGraph.Builder.build()
Builds a new
ImmutableSubGraph. |
static <T> ImmutableSubGraph<T> |
ImmutableSubGraph.copyOf(GraphAsDot.SubGraph<T> instance)
Creates an immutable copy of a
GraphAsDot.SubGraph value. |
ImmutableSubGraph<T> |
ImmutableSubGraph.withConnections(Map<? extends T,? extends T> entries)
Copy the current immutable object by replacing the
connections map with the specified map. |
ImmutableSubGraph<T> |
ImmutableSubGraph.withGraph(org.jgrapht.Graph<T,?> value)
Copy the current immutable object by setting a value for the
graph attribute. |
Copyright © 2021. All rights reserved.