Beispiel #1
0
 public void setN2(NodePos n2)
 {
     this.n2 = n2;
 }
Beispiel #2
0
 public Arc(NodePos n1, int atype)
 {
     this.n1    = n1;
     n2         = null;
     this.atype = atype;
 }