Uses of Class
com.storedobject.chart.GraphData.Edge
Packages that use GraphData.Edge
-
Uses of GraphData.Edge in com.storedobject.chart
Methods in com.storedobject.chart that return GraphData.EdgeModifier and TypeMethodDescriptionfinal GraphData.Edge
Establishes a connection between a source node and a target node.final GraphData.Edge
GraphData.connectFromLastNode
(N target) Connects the last node in the current structure to the specified target node.GraphData.Edge.connectTo
(GraphData.Node target) Establishes a connection from the current destination node of thisEdge
to the specified target node by creating or retrieving an edge between them.GraphData.Node.connectTo
(GraphData.Node target) Connects the current node to the specified target node by creating an edge between them.final GraphData.Edge
GraphData.connectToLastNode
(N source) Connects the given source node to the last node in the graph.Methods in com.storedobject.chart that return types with arguments of type GraphData.EdgeModifier and TypeMethodDescriptionfinal Stream
<GraphData.Edge> GraphData.Node.streamEdges()
Streams the edges associated with this node as aStream
.