Uses of Class
com.riadalabs.jira.plugins.insight.services.model.graph.Node
Packages that use Node
-
Uses of Node in com.riadalabs.jira.plugins.insight.services.model.graph
Subclasses of Node in com.riadalabs.jira.plugins.insight.services.model.graphModifier and TypeClassDescriptionfinal class
Immutable implementation ofObjectNode
.final class
Immutable implementation ofObjectTypeNode
.class
class
Methods in com.riadalabs.jira.plugins.insight.services.model.graph that return types with arguments of type NodeMethods in com.riadalabs.jira.plugins.insight.services.model.graph with parameters of type NodeModifier and TypeMethodDescriptionFill a builder with attribute values from the providedcom.riadalabs.jira.plugins.insight.services.model.graph.Node
instance.Fill a builder with attribute values from the providedcom.riadalabs.jira.plugins.insight.services.model.graph.Node
instance.Method parameters in com.riadalabs.jira.plugins.insight.services.model.graph with type arguments of type NodeModifier and TypeMethodDescriptionfinal ImmutableGraph.Builder
ImmutableGraph.Builder.setNodes
(Collection<Node> nodes) Initializes the value for thenodes
attribute.final ImmutableGraph
ImmutableGraph.withNodes
(Collection<Node> value) Copy the current immutable object by setting a value for thenodes
attribute.