Uses of Class
pi.dsa.graph.GraphNode
Packages that use GraphNode
-
Uses of GraphNode in pi.dsa.graph
Methods in pi.dsa.graph that return GraphNodeModifier and TypeMethodDescriptionGraphEdge.from()Gibt dem Startknoten zurück.Graph.node(int index) GraphEdge.to()Gibt dem Endknoten zurück.Methods in pi.dsa.graph that return types with arguments of type GraphNodeMethods in pi.dsa.graph with parameters of type GraphNodeModifier and TypeMethodDescriptionvoidFügt eine Kopie des übergebenenGraphNode-Objekt dem Graphen hinzu.intConstructors in pi.dsa.graph with parameters of type GraphNodeModifierConstructorDescriptionErzeugt eine ungerichtete Kante mit der Gewichtung von 1 durch Angabe des Startknotens und des Endknotens.Erzeugt eine ungerichtete Kante durch Angabe des Startknotens, des Endknoten und der Gewichtung.Erzeugt eine Kante durch Angabe des Startknotens, des Endknoten, der Gewichtung und der Information, ob die Kante gerichtet ist.