Uses of Class
cz.metacentrum.perun.utils.graphs.Node
Packages that use Node
-
Uses of Node in cz.metacentrum.perun.utils.graphs
Methods in cz.metacentrum.perun.utils.graphs that return NodeMethods in cz.metacentrum.perun.utils.graphs that return types with arguments of type NodeModifier and TypeMethodDescriptionGraph.getComponentNodes
(Node node) Find nodes that belong to component for given node.Graph.getEdges()
Graph.getNodes()
Graph.getNodes()
Methods in cz.metacentrum.perun.utils.graphs with parameters of type NodeModifier and TypeMethodDescriptionvoid
void
Graph.createEdge
(Node source, Node target, GraphEdge.Type type) Graph.getComponentNodes
(Node node) Find nodes that belong to component for given node.void
Graph.removeNode
(Node node) void
GraphEdge.setSourceNode
(Node sourceNode) void
GraphEdge.setTargetNode
(Node targetNode) Method parameters in cz.metacentrum.perun.utils.graphs with type arguments of type NodeConstructors in cz.metacentrum.perun.utils.graphs with parameters of type Node -
Uses of Node in cz.metacentrum.perun.utils.graphs.generators
Methods in cz.metacentrum.perun.utils.graphs.generators that return Node