@JsonObject(value="PlateWellMaterialMapping")
public class PlateWellMaterialMapping
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
PlateWellMaterialMapping(PlateIdentifier plateIdentifier,
Geometry plateGeometry,
int defaultSize) |
PlateWellMaterialMapping(PlateIdentifier plateIdentifier,
Geometry plateGeometry,
java.util.List<MaterialIdentifier>[] mapping) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MaterialIdentifier> |
getMaterialsForWell(int row,
int col)
Returns the list of materials present in well (row,col).
|
Geometry |
getPlateGeometry()
Returns the plate geometry of the plate that this mapping is for.
|
PlateIdentifier |
getPlateIdentifier()
Returns the plate identifier that this plate is for.
|
public PlateWellMaterialMapping(PlateIdentifier plateIdentifier, Geometry plateGeometry, java.util.List<MaterialIdentifier>[] mapping)
public PlateWellMaterialMapping(PlateIdentifier plateIdentifier, Geometry plateGeometry, int defaultSize)
public PlateIdentifier getPlateIdentifier()
public Geometry getPlateGeometry()
public java.util.List<MaterialIdentifier> getMaterialsForWell(int row, int col)
row
- The row of the well to get the materials forcol
- The column of the well to get the materials for