| 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.withNodeAsString(Function<T,String> value)
Copy the current immutable object by setting a value for the
nodeAsString attribute. |
ImmutableGraphAsDot<T> |
ImmutableGraphAsDot.withNodeAttributes(Function<T,Map<String,String>> value)
Copy the current immutable object by setting a value for the
nodeAttributes attribute. |
Copyright © 2019. All rights reserved.