Class PlateWellMaterialMapping

  • All Implemented Interfaces:
    java.io.Serializable

    @JsonObject("PlateWellMaterialMapping")
    public class PlateWellMaterialMapping
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Detail

      • getPlateIdentifier

        public PlateIdentifier getPlateIdentifier()
        Returns the plate identifier that this plate is for.
      • getPlateGeometry

        public Geometry getPlateGeometry()
        Returns the plate geometry of the plate that this mapping is for.
      • getMaterialsForWell

        public java.util.List<MaterialIdentifier> getMaterialsForWell​(int row,
                                                                      int col)
        Returns the list of materials present in well (row,col).
        Parameters:
        row - The row of the well to get the materials for
        col - The column of the well to get the materials for
        Returns:
        The list of materials in the specified well.