Exemplo n.º 1
0
 /** @return amount of liquid each well can hold, as per plate specifications */
 public double getMaxVolume() {
   return parentPlate.getMaxWellVolume();
 }