Package uk.ac.gda.devices.insitu.plate
Class PlateBase
java.lang.Object
gda.factory.ConfigurableBase
uk.ac.gda.mx.ispyb.api.container.ContainerBase
uk.ac.gda.devices.insitu.plate.PlateBase
- All Implemented Interfaces:
Configurable,Serializable,Plate,ContainerInstance
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintgetIndex()Well[]getRow(int rowIndex) intgetSelectedDropIndex(int row, int column) intgetSelectedDropIndex(Well well) getWell(int row, int column) voidinitialiseWells(PlateType plateType) voidRe-initialisation of values and states.voidsetIndex(int index) voidsetPlateType(PlateType plateType) updateWell(int row, int column, int select) booleanvalidate(int row, int column) Methods inherited from class uk.ac.gda.mx.ispyb.api.container.ContainerBase
getBarcode, getContainerId, getContainerType, setBarcode, setContainerId, setContainerTypeMethods inherited from class gda.factory.ConfigurableBase
configure, isConfigureAtStartup, isConfigured, setConfiguredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gda.factory.Configurable
configure, isConfigureAtStartup, isConfiguredMethods inherited from interface uk.ac.gda.mx.ispyb.api.container.ContainerInstance
getBarcode, getContainerId, getContainerType, setBarcode, setContainerId, setContainerType
-
Constructor Details
-
PlateBase
public PlateBase()
-
-
Method Details
-
clearWells
public void clearWells() -
getIndex
public int getIndex() -
getPlateType
- Specified by:
getPlateTypein interfacePlate
-
getRow
-
getSelectedDropIndex
public int getSelectedDropIndex(int row, int column) - Specified by:
getSelectedDropIndexin interfacePlate
-
getSelectedDropIndex
- Specified by:
getSelectedDropIndexin interfacePlate
-
getWell
-
initialiseWells
- Specified by:
initialiseWellsin interfacePlate
-
reconfigure
Description copied from interface:ConfigurableRe-initialisation of values and states.Moved from Reconfigurable which has been deleted
- Specified by:
reconfigurein interfaceConfigurable- Overrides:
reconfigurein classConfigurableBase- Throws:
FactoryException
-
setIndex
public void setIndex(int index) -
setPlateType
- Specified by:
setPlateTypein interfacePlate
-
updateWell
- Specified by:
updateWellin interfacePlate
-
validate
public boolean validate(int row, int column)
-