Package uk.ac.gda.devices.insitu.model
Interface Plate
- All Superinterfaces:
Configurable,ContainerInstance,Serializable
- All Known Implementing Classes:
PlateBase
-
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()Well[]getRow(int rowIndex) intgetSelectedDropIndex(int row, int column) intgetSelectedDropIndex(Well well) getWell(int row, int column) voidinitialiseWells(PlateType plateType) voidsetIndex(int index) voidsetPlateType(PlateType plateType) updateWell(int row, int column, int select) Methods inherited from interface gda.factory.Configurable
configure, isConfigureAtStartup, isConfigured, reconfigureMethods inherited from interface uk.ac.gda.mx.ispyb.api.container.ContainerInstance
getBarcode, getContainerId, getContainerType, setBarcode, setContainerId, setContainerType
-
Method Details
-
getIndex
int getIndex() -
getPlateType
PlateType getPlateType() -
getRow
-
getSelectedDropIndex
int getSelectedDropIndex(int row, int column) -
getSelectedDropIndex
-
getWell
-
initialiseWells
-
setIndex
void setIndex(int index) -
setPlateType
-
updateWell
-