Exemple #1
0
 public Arbol(List <Nodo> nodos, Atributo atributo)
 {
     this.nodos    = nodos;
     this.atributo = atributo;
 }