Beispiel #1
0
 public PortNode(Line port) {
   super(port.getLineInfo(), true);
   this.port = port;
 }