| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableSubGraph.Builder<T> |
ImmutableSubGraph.builder(org.jgrapht.Graph<T,?> graph)
Creates a builder for
ImmutableSubGraph. |
ImmutableSubGraph.Builder<T> |
ImmutableSubGraph.Builder.connections(Map<? extends T,? extends T> entries)
Sets or replaces all mappings from the specified map as entries for the
connections map. |
ImmutableSubGraph.Builder<T> |
ImmutableSubGraph.Builder.from(GraphAsDot.SubGraph<T> instance)
Fill a builder with attribute values from the provided
SubGraph instance. |
static <T> ImmutableSubGraph.Builder<T> |
GraphAsDot.SubGraph.of(org.jgrapht.Graph<T,?> graph) |
ImmutableSubGraph.Builder<T> |
ImmutableSubGraph.Builder.putAllConnections(Map<? extends T,? extends T> entries)
Put all mappings from the specified map as entries to
connections map. |
ImmutableSubGraph.Builder<T> |
ImmutableSubGraph.Builder.putConnections(Map.Entry<? extends T,? extends T> entry)
Put one entry to the
connections map. |
ImmutableSubGraph.Builder<T> |
ImmutableSubGraph.Builder.putConnections(T key,
T value)
Put one entry to the
connections map. |
Copyright © 2023. All rights reserved.