- setCompound(boolean) - 类 中的方法io.github.openlg.graphlib.Graph
-
- setDirected(boolean) - 类 中的方法io.github.openlg.graphlib.Graph
-
- setEdge(String, String) - 类 中的方法io.github.openlg.graphlib.Graph
-
add edge
- setEdge(String, String, E) - 类 中的方法io.github.openlg.graphlib.Graph
-
add edge
- setEdge(Edge) - 类 中的方法io.github.openlg.graphlib.Graph
-
add new edge
- setEdge(Edge, E) - 类 中的方法io.github.openlg.graphlib.Graph
-
add new edge
- setEdge(String, String, E, String) - 类 中的方法io.github.openlg.graphlib.Graph
-
add new edge
- setMultiGraph(boolean) - 类 中的方法io.github.openlg.graphlib.Graph
-
- setNode(String) - 类 中的方法io.github.openlg.graphlib.Graph
-
Creates or updates the value for the node in the graph.
- setNode(String, N) - 类 中的方法io.github.openlg.graphlib.Graph
-
Creates or updates the value for the node in the graph.
- setNodes(Collection<String>) - 类 中的方法io.github.openlg.graphlib.Graph
-
Creates or updates the value for the nodes in the graph.
- setNodes(Collection<String>, N) - 类 中的方法io.github.openlg.graphlib.Graph
-
Creates or updates the value for the nodes in the graph.
- setParent(String, String) - 类 中的方法io.github.openlg.graphlib.Graph
-
- setPath(Collection<String>) - 类 中的方法io.github.openlg.graphlib.Graph
-
add multi edge by path
- setPath(String...) - 类 中的方法io.github.openlg.graphlib.Graph
-
add multi edge by node id's
- setPath(Collection<String>, E) - 类 中的方法io.github.openlg.graphlib.Graph
-
add multi edge by node id's
- successors(String) - 类 中的方法io.github.openlg.graphlib.Graph
-