1package aud.example.graph;
66 public static void main(String[] args) {
undirected (weighted or unweighted )example graph (Sedgewick, Algorithms in Java.
GraphP88(boolean weighted)
static void main(String[] args)
graph based on aud.graph.GraphAM
node with all possible attributes that we require ;-)
Edge addEdge(Node source, Node destination)
void setLabel(String label)
set label (default label if label==null)
void setPosition(double x, double y)
helper for drawing the graph (if supported)