| Modifier and Type | Method and Description |
|---|---|
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.Builder.build()
Builds a new
ImmutableGraphAsDot. |
static <T> ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.copyOf(GraphAsDot<T> instance)
Creates an immutable copy of a
GraphAsDot value. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withEdgeAttributes(BiFunction<T,T,Map<String,String>> value)
Copy the current immutable object by setting a value for the
edgeAttributes attribute. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withNodeAsId(Function<T,String> value)
Copy the current immutable object by setting a value for the
nodeAsId attribute. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withNodeAsLabel(Function<T,String> value)
Copy the current immutable object by setting a value for the
nodeAsLabel attribute. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withNodeAttributes(Function<T,Map<String,String>> value)
Copy the current immutable object by setting a value for the
nodeAttributes attribute. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withSortedBy(GraphAsDot.AsComparable<T,?> value)
Copy the current immutable object by setting a present value for the optional
sortedBy attribute. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withSortedBy(Optional<? extends GraphAsDot.AsComparable<T,?>> optional)
Copy the current immutable object by setting an optional value for the
sortedBy 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. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withSubGraphIdSeparator(String value)
Copy the current immutable object by setting a value for the
subGraphIdSeparator attribute. |
Copyright © 2022. All rights reserved.