Package com.riadalabs.jira.plugins.insight.services.model.graph
package com.riadalabs.jira.plugins.insight.services.model.graph
-
ClassDescriptionThe graph model is represented by a collection of nodes and edges.Immutable implementation of
Graph
.Builds instances of typeImmutableGraph
.Immutable implementation ofObjectNode
.Builds instances of typeImmutableObjectNode
.Immutable implementation ofObjectTypeNode
.Builds instances of typeImmutableObjectTypeNode
.Immutable implementation ofParentEdge
.Builds instances of typeImmutableParentEdge
.Immutable implementation ofReferenceEdge
.Builds instances of typeImmutableReferenceEdge
.The node and it's subclasses uses Auxiliary to indicate attributes to be excluded from the equals and hashCode methods.Represent the edge between 2 object types based on the parent child relation specified by objectTypeBean.parentObjectTypeIdRepresent an edge between 2 objects or between an object and and object type.