Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model.graph |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableObjectNode
Immutable implementation of
ObjectNode . |
class |
ImmutableObjectTypeNode
Immutable implementation of
ObjectTypeNode . |
class |
ObjectNode |
class |
ObjectTypeNode |
Modifier and Type | Method and Description |
---|---|
Collection<Node> |
ImmutableGraph.nodes() |
abstract Collection<Node> |
Graph.nodes() |
Modifier and Type | Method and Description |
---|---|
ImmutableObjectNode.Builder |
ImmutableObjectNode.Builder.from(Node instance)
Fill a builder with attribute values from the provided
com.riadalabs.jira.plugins.insight.services.model.graph.Node instance. |
ImmutableObjectTypeNode.Builder |
ImmutableObjectTypeNode.Builder.from(Node instance)
Fill a builder with attribute values from the provided
com.riadalabs.jira.plugins.insight.services.model.graph.Node instance. |
Modifier and Type | Method and Description |
---|---|
ImmutableGraph.Builder |
ImmutableGraph.Builder.setNodes(Collection<Node> nodes)
Initializes the value for the
nodes attribute. |
ImmutableGraph |
ImmutableGraph.withNodes(Collection<Node> value)
Copy the current immutable object by setting a value for the
nodes attribute. |
Copyright © 2024 Atlassian. All rights reserved.