| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableSubGraph<T>
Immutable implementation of
GraphAsDot.SubGraph. |
| Modifier and Type | Method and Description |
|---|---|
Function<T,Optional<GraphAsDot.SubGraph<T>>> |
ImmutableGraphAsDot.subGraph() |
Function<T,Optional<GraphAsDot.SubGraph<T>>> |
GraphAsDot.subGraph() |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableSubGraph<T> |
ImmutableSubGraph.copyOf(GraphAsDot.SubGraph<T> instance)
Creates an immutable copy of a
GraphAsDot.SubGraph value. |
ImmutableSubGraph.Builder<T> |
ImmutableSubGraph.Builder.from(GraphAsDot.SubGraph<T> instance)
Fill a builder with attribute values from the provided
SubGraph instance. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.subGraph(Function<T,Optional<GraphAsDot.SubGraph<T>>> subGraph)
Initializes the value for the
subGraph attribute. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withSubGraph(Function<T,Optional<GraphAsDot.SubGraph<T>>> value)
Copy the current immutable object by setting a value for the
subGraph attribute. |
Copyright © 2023. All rights reserved.