Uses of Class
de.quantummaid.httpmaid.chains.graph.Node
-
Packages that use Node Package Description de.quantummaid.httpmaid.chains.graph -
-
Uses of Node in de.quantummaid.httpmaid.chains.graph
Methods in de.quantummaid.httpmaid.chains.graph that return Node Modifier and Type Method Description static NodeNode. node(String name)static NodeNode. node(String name, Color color)static NodeNode. node(String name, Label label, Color color)Methods in de.quantummaid.httpmaid.chains.graph with parameters of type Node Modifier and Type Method Description static EdgeEdge. edge(Node from, Node to, Color color, Label label)Method parameters in de.quantummaid.httpmaid.chains.graph with type arguments of type Node Modifier and Type Method Description static GraphGraph. graph(Collection<Node> nodes, Collection<Edge> edges)
-