public interface Microplate
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMicroplateID()
Returns the ID of this microplate type.
|
java.lang.String |
getMicroplateName()
Should return a short human readable name of this microplate type.
|
int |
getNumWellsX()
Returns the number of wells in the x-direction.
|
int |
getNumWellsY()
Returns the number of wells in the y-direction.
|
double |
getWellHeight()
Returns the height of one well (distance of well centers) in mu;
|
double |
getWellWidth()
Returns the width of one well (distance of well centers) in mu;
|
int getNumWellsX()
int getNumWellsY()
double getWellWidth()
double getWellHeight()
java.lang.String getMicroplateID()
java.lang.String getMicroplateName()