| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.builder(Function<T,String> nodeAsId)
Creates a builder for
ImmutableGraphAsDot. |
static <T> ImmutableGraphAsDot.Builder<T> |
GraphAsDot.builder(Function<T,String> nodeAsId) |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.edgeAttributes(BiFunction<T,T,Map<String,String>> edgeAttributes)
Initializes the value for the
edgeAttributes attribute. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.from(GraphAsDot<T> instance)
Fill a builder with attribute values from the provided
GraphAsDot instance. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.label(String label)
Initializes the value for the
label attribute. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.nodeAsLabel(Function<T,String> nodeAsLabel)
Initializes the value for the
nodeAsLabel attribute. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.nodeAttributes(Function<T,Map<String,String>> nodeAttributes)
Initializes the value for the
nodeAttributes attribute. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.sortedBy(GraphAsDot.AsComparable<T,?> sortedBy)
Initializes the optional value
sortedBy to sortedBy. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.sortedBy(Optional<? extends GraphAsDot.AsComparable<T,?>> sortedBy)
Initializes the optional value
sortedBy to sortedBy. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.subGraph(Function<T,Optional<GraphAsDot.SubGraph<T>>> subGraph)
Initializes the value for the
subGraph attribute. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.subGraphIdSeparator(String subGraphIdSeparator)
Initializes the value for the
subGraphIdSeparator attribute. |
Copyright © 2022. All rights reserved.