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.EdgeEstablishes a connection between a source node and a target node.final GraphData.EdgeGraphData.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 thisEdgeto 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.EdgeGraphData.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.