| Package | Description |
|---|---|
| com.github.jessemull.microflexinteger.io |
| Modifier and Type | Method and Description |
|---|---|
PlateXML |
PlateListXML.get(int index)
Returns the plate at the indicated index.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlateXML> |
StackXML.getPlates()
Returns the list of plates in the stack.
|
List<PlateXML> |
PlateListXML.getPlates()
Returns the xml plate list.
|
Iterator<PlateXML> |
PlateListXML.iterator()
Returns an iterator for the list of plates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackXML.setPlates(List<PlateXML> plates)
Sets the list of plates in the stack.
|
void |
PlateListXML.setPlates(List<PlateXML> plates)
Sets the list of xml plates.
|
Copyright © 2017. All rights reserved.