| Constructor and Description |
|---|
PlateListXML() |
PlateListXML(Collection<Plate> collection)
Creates an xml plate list from a collection of plate objects.
|
PlateListXML(Plate plate)
Creates an xml plate list from a plate object.
|
PlateListXML(Plate[] array)
Creates an xml plate list from an array of plate objects.
|
| Modifier and Type | Method and Description |
|---|---|
PlateXML |
get(int index)
Returns the plate at the indicated index.
|
List<PlateXML> |
getPlates()
Returns the xml plate list.
|
Iterator<PlateXML> |
iterator()
Returns an iterator for the list of plates.
|
void |
setPlates(List<PlateXML> plates)
Sets the list of xml plates.
|
int |
size()
Returns the size of the plate list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic PlateListXML()
public PlateListXML(Plate plate)
Plate - the plate objectpublic PlateListXML(Collection<Plate> collection)
Collection - collection of plate objectspublic PlateListXML(Plate[] array)
PlateInteger[] - array of plate objectspublic void setPlates(List<PlateXML> plates)
List - the new list of platepublic PlateXML get(int index)
int - the index into the plate listpublic int size()
Copyright © 2017. All rights reserved.