Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model.graph |
Modifier and Type | Method and Description |
---|---|
static ImmutableGraph.Builder |
ImmutableGraph.builder()
Creates a builder for
ImmutableGraph . |
ImmutableGraph.Builder |
ImmutableGraph.Builder.from(Graph instance)
Fill a builder with attribute values from the provided
Graph instance. |
ImmutableGraph.Builder |
ImmutableGraph.Builder.setEdges(Collection<Edge> edges)
Initializes the value for the
edges attribute. |
ImmutableGraph.Builder |
ImmutableGraph.Builder.setIncomplete(boolean incomplete)
Initializes the optional value
incomplete to incomplete. |
ImmutableGraph.Builder |
ImmutableGraph.Builder.setIncomplete(Optional<Boolean> incomplete)
Initializes the optional value
incomplete to incomplete. |
ImmutableGraph.Builder |
ImmutableGraph.Builder.setNodes(Collection<Node> nodes)
Initializes the value for the
nodes attribute. |
Copyright © 2024 Atlassian. All rights reserved.