Ejemplo n.º 1
0
  public boolean unlinkPlate(Plate o) {

    o.unlinkScreen(this);
    return plateLinks.remove(o);
  }