| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableParentEdge
Immutable implementation of
ParentEdge. |
class |
ImmutableReferenceEdge
Immutable implementation of
ReferenceEdge. |
class |
ParentEdge
Represent the edge between 2 object types based on the parent child relation specified by
objectTypeBean.parentObjectTypeId
|
class |
ReferenceEdge
Represent an edge between 2 objects or between an object and and object type.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Edge> |
ImmutableGraph.edges() |
abstract Collection<Edge> |
Graph.edges() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableReferenceEdge.Builder |
ImmutableReferenceEdge.Builder.from(Edge instance)
Fill a builder with attribute values from the provided
com.riadalabs.jira.plugins.insight.services.model.graph.Edge instance. |
ImmutableParentEdge.Builder |
ImmutableParentEdge.Builder.from(Edge instance)
Fill a builder with attribute values from the provided
com.riadalabs.jira.plugins.insight.services.model.graph.Edge instance. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGraph.Builder |
ImmutableGraph.Builder.setEdges(Collection<Edge> edges)
Initializes the value for the
edges attribute. |
ImmutableGraph |
ImmutableGraph.withEdges(Collection<Edge> value)
Copy the current immutable object by setting a value for the
edges attribute. |
Copyright © 2023 Atlassian. All rights reserved.