Class PlateGeometry

java.lang.Object
net.sf.basedb.core.BasicItem
net.sf.basedb.core.PlateGeometry
All Implemented Interfaces:
AccessControlled, Identifiable, Nameable, Registered, Removable

public class PlateGeometry
extends BasicItem
implements Nameable, Removable, Registered
This class defines a plate geometry, which is the number of rows and columns of wells on a Plate. The number of rows and columns must be specified when the item is created, and the values can't be changed after that.

A PlateMapping is a way to specify how one geometry can be transformed to another. It holds information for how to map all source wells to destination wells. For example it can map four 96-well plates to one 384-well plate.

Version:
2.0
Author:
Nicklas
See Also:
Plate, PlateMapping
Last modified
$Date: 2017-05-22 14:35:27 +0200 (må, 22 maj 2017) $