| Class | Description |
|---|---|
| Edge | |
| Graph |
The graph model is represented by a collection of nodes and edges.
|
| ImmutableGraph |
Immutable implementation of
Graph. |
| ImmutableGraph.Builder |
Builds instances of type
ImmutableGraph. |
| ImmutableObjectNode |
Immutable implementation of
ObjectNode. |
| ImmutableObjectNode.Builder |
Builds instances of type
ImmutableObjectNode. |
| ImmutableObjectTypeNode |
Immutable implementation of
ObjectTypeNode. |
| ImmutableObjectTypeNode.Builder |
Builds instances of type
ImmutableObjectTypeNode. |
| ImmutableParentEdge |
Immutable implementation of
ParentEdge. |
| ImmutableParentEdge.Builder |
Builds instances of type
ImmutableParentEdge. |
| ImmutableReferenceEdge |
Immutable implementation of
ReferenceEdge. |
| ImmutableReferenceEdge.Builder |
Builds instances of type
ImmutableReferenceEdge. |
| Node |
The node and it's subclasses uses Auxiliary to indicate attributes to be excluded from the equals and hashCode
methods.
|
| ObjectNode | |
| ObjectTypeNode | |
| ParentEdge |
Represent the edge between 2 object types based on the parent child relation specified by
objectTypeBean.parentObjectTypeId
|
| ReferenceEdge |
Represent an edge between 2 objects or between an object and and object type.
|
| Enum | Description |
|---|---|
| ReferenceEdge.Type |
Copyright © 2023 Atlassian. All rights reserved.