Interface Plate

All Superinterfaces:
Configurable, ContainerInstance, Serializable
All Known Implementing Classes:
PlateBase

public interface Plate extends ContainerInstance, Serializable, Configurable
  • Method Details

    • getIndex

      int getIndex()
    • getPlateType

      PlateType getPlateType()
    • getRow

      Well[] getRow(int rowIndex)
    • getSelectedDropIndex

      int getSelectedDropIndex(int row, int column)
    • getSelectedDropIndex

      int getSelectedDropIndex(Well well)
    • getWell

      Well getWell(int row, int column)
    • initialiseWells

      void initialiseWells(PlateType plateType)
    • setIndex

      void setIndex(int index)
    • setPlateType

      void setPlateType(PlateType plateType)
    • updateWell

      Well updateWell(int row, int column, int select)