Uses of Class
com.riadalabs.jira.plugins.insight.services.model.graph.Edge
Packages that use Edge
-
Uses of Edge in com.riadalabs.jira.plugins.insight.services.model.graph
Subclasses of Edge in com.riadalabs.jira.plugins.insight.services.model.graphModifier and TypeClassDescriptionfinal class
Immutable implementation ofParentEdge
.final class
Immutable implementation ofReferenceEdge
.class
Represent the edge between 2 object types based on the parent child relation specified by objectTypeBean.parentObjectTypeIdclass
Represent an edge between 2 objects or between an object and and object type.Methods in com.riadalabs.jira.plugins.insight.services.model.graph that return types with arguments of type EdgeMethods in com.riadalabs.jira.plugins.insight.services.model.graph with parameters of type EdgeModifier and TypeMethodDescriptionFill a builder with attribute values from the providedcom.riadalabs.jira.plugins.insight.services.model.graph.Edge
instance.Fill a builder with attribute values from the providedcom.riadalabs.jira.plugins.insight.services.model.graph.Edge
instance.Method parameters in com.riadalabs.jira.plugins.insight.services.model.graph with type arguments of type EdgeModifier and TypeMethodDescriptionfinal ImmutableGraph.Builder
ImmutableGraph.Builder.setEdges
(Collection<Edge> edges) Initializes the value for theedges
attribute.final ImmutableGraph
ImmutableGraph.withEdges
(Collection<Edge> value) Copy the current immutable object by setting a value for theedges
attribute.