| Modifier and Type | Method and Description |
|---|---|
java.util.List<SeparationPlate> |
SeparationParams.getPlates()
A list of plates to use for separations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeparationParams.setPlates(java.util.List<SeparationPlate> thePlates)
A list of plates to use for separations.
|
| Constructor and Description |
|---|
SeparationParams(java.util.List<SeparationPlate> plates)
Set up default parameters for making separations.
|