// Last edited on 2000-08-28 02:23:04 by stolfi abstract class NoLigacao extends No { Trecho t; Esquina e; public NoLigacao(Grafo g, Esquina e, Trecho t) { super(g); this.e = e; this.t = t; } }