| Modifier and Type | Method and Description |
|---|---|
Well |
PlateReader.nextJSONWell()
Parses the next well in the well list to a well object and returns the
result.
|
Well |
PlateReader.nextXMLWell()
Parses the next well in the well list to a well object and returns the
result.
|
Well |
PlateReader.previousJSONWell()
Parses the previous well in the well list to a well object and returns the
result.
|
Well |
PlateReader.previousXMLWell()
Parses the previous well in the well list to a well object and returns the
result.
|
Well |
ResultWellXML.toWellObject()
Returns a WellInteger object.
|
Well |
WellPOJO.toWellObject()
Returns a WellInteger object.
|
Well |
WellXML.toWellObject()
Returns a WellInteger object.
|
Well |
SimpleWellPOJO.toWellObject()
Returns a WellInteger object.
|
Well |
SimpleWellXML.toWellObject()
Returns a WellInteger object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Well> |
PlateReader.allJSONWells()
Returns a list containing all the JSON wells in the list.
|
List<Well> |
PlateReader.allXMLWells()
Returns a list containing all the XML wells in the list.
|
List<Well> |
PlateReader.remainingJSONWells()
Returns a list containing the well objects with an index greater than the
current index.
|
List<Well> |
PlateReader.remainingXMLWells()
Returns a list containing the well objects with an index greater than the
current index.
|
List<Well> |
PlateReader.spentJSONWells()
Returns a list containing the well objects with an index less than the
current index.
|
List<Well> |
PlateReader.spentXMLWells()
Returns a list containing the well objects with an index less than the
current index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlateWriter.wellToJSON(Well well)
Prints the well values in a JSON format.
|
void |
PlateWriter.wellToJSON(Well[] array)
Prints the wells values in the array in a JSON format.
|
String |
PlateWriter.wellToJSONAsString(Well well)
Returns a string containing the well values in a JSON format.
|
String |
PlateWriter.wellToJSONAsString(Well[] array)
Returns a string containing the well values in the array in a JSON format.
|
void |
PlateWriter.wellToXML(Well well)
Prints the well values in an XML format.
|
void |
PlateWriter.wellToXML(Well[] array)
Prints the well values in the array in an XML format.
|
String |
PlateWriter.wellToXMLAsString(Well well)
Returns a string containing the well values in an XML format.
|
String |
PlateWriter.wellToXMLAsString(Well[] array)
Prints the well values in the array in an XML format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlateWriter.printMapResult(Map<Well,Integer> data,
int rows,
int columns,
String label)
Prints the plate map.
|
String |
PlateWriter.printMapResultAsString(Map<Well,Integer> data,
int rows,
int columns,
String label)
Returns a string containing the plate map.
|
void |
PlateWriter.printTableResult(Map<Well,Integer> data,
String label)
Prints the well value pairs as a delimiter separated table.
|
String |
PlateWriter.printTableResultAsString(Map<Well,Integer> data,
String label)
Resturns a string holding the well value pairs as a delimiter separated table.
|
void |
PlateWriter.resultToJSON(List<Map<Well,Integer>> data)
Prints the well value pairs in a JSON format for each data set.
|
void |
PlateWriter.resultToJSON(List<Map<Well,Integer>> data,
List<String> labels)
Prints the well value pairs in a JSON format for each data set using the
specified labels.
|
void |
PlateWriter.resultToJSON(Map<Well,Integer> data)
Prints the well value pairs in a JSON format.
|
void |
PlateWriter.resultToJSON(Map<Well,Integer> data,
String label)
Prints the well value pairs in a JSON format using the label.
|
String |
PlateWriter.resultToJSONAsString(List<Map<Well,Integer>> data)
Returns a string containing the well value pairs in a JSON format for each data set.
|
String |
PlateWriter.resultToJSONAsString(List<Map<Well,Integer>> data,
List<String> labels)
Returns a string containing the well value pairs in a JSON format for each data set using the
specified labels.
|
String |
PlateWriter.resultToJSONAsString(Map<Well,Integer> data)
Returns a string containing the well value pairs in a JSON format.
|
String |
PlateWriter.resultToJSONAsString(Map<Well,Integer> data,
String label)
Returns a string containing the well value pairs in a JSON format using the label.
|
void |
PlateWriter.resultToPlateMap(List<Map<Well,Integer>> data,
int type)
Prints the plate map for each data set in the list.
|
void |
PlateWriter.resultToPlateMap(List<Map<Well,Integer>> data,
int rows,
int columns)
Prints the plate map for each data set in the list.
|
void |
PlateWriter.resultToPlateMap(List<Map<Well,Integer>> data,
int rows,
int columns,
List<String> labels)
Prints the plate map for each data set in the list.
|
void |
PlateWriter.resultToPlateMap(List<Map<Well,Integer>> data,
int type,
List<String> labels)
Prints the plate map for each data set in the list.
|
void |
PlateWriter.resultToPlateMap(Map<Well,Integer> data,
int type)
Prints the plate map.
|
void |
PlateWriter.resultToPlateMap(Map<Well,Integer> data,
int rows,
int columns)
Prints the plate map.
|
void |
PlateWriter.resultToPlateMap(Map<Well,Integer> data,
int rows,
int columns,
String label)
Prints the plate map.
|
void |
PlateWriter.resultToPlateMap(Map<Well,Integer> data,
int type,
String label)
Prints the plate map.
|
String |
PlateWriter.resultToPlateMapAsString(List<Map<Well,Integer>> data,
int type)
Returns a string holding the plate map for each data set in the list.
|
String |
PlateWriter.resultToPlateMapAsString(List<Map<Well,Integer>> data,
int rows,
int columns)
Returns a string holding the plate map for each data set in the list.
|
String |
PlateWriter.resultToPlateMapAsString(List<Map<Well,Integer>> data,
int rows,
int columns,
List<String> labels)
Returns a string containing the plate map for each data set in the list.
|
String |
PlateWriter.resultToPlateMapAsString(List<Map<Well,Integer>> data,
int type,
List<String> labels)
Returns a string containing the plate map for each data set in the list.
|
String |
PlateWriter.resultToPlateMapAsString(Map<Well,Integer> data,
int type)
Returns a string containing the plate map.
|
String |
PlateWriter.resultToPlateMapAsString(Map<Well,Integer> data,
int rows,
int columns)
Returns a string holding the plate map.
|
String |
PlateWriter.resultToPlateMapAsString(Map<Well,Integer> data,
int rows,
int columns,
String label)
Returns a string containing the plate map.
|
String |
PlateWriter.resultToPlateMapAsString(Map<Well,Integer> data,
int type,
String label)
Returns a string holding the plate map.
|
void |
PlateWriter.resultToTable(List<Map<Well,Integer>> data)
Prints each set of well value pairs as a delimiter separated table.
|
void |
PlateWriter.resultToTable(List<Map<Well,Integer>> data,
List<String> labels)
Prints the well value pairs as a delimiter separated table.
|
void |
PlateWriter.resultToTable(Map<Well,Integer> data)
Prints the well value pairs as a delimiter separated table.
|
void |
PlateWriter.resultToTable(Map<Well,Integer> data,
String label)
Prints the well value pairs as a delimiter separated table.
|
String |
PlateWriter.resultToTableAsString(List<Map<Well,Integer>> data)
Returns a string containing each set of well value pairs as a delimiter
separated table.
|
String |
PlateWriter.resultToTableAsString(List<Map<Well,Integer>> data,
List<String> labels)
Returns a string containing the well value pairs as a delimiter separated
table.
|
String |
PlateWriter.resultToTableAsString(Map<Well,Integer> data)
Returns a string containing the well value pairs as a delimiter separated
table.
|
String |
PlateWriter.resultToTableAsString(Map<Well,Integer> data,
String label)
Returns a string containing the well value pairs as a delimiter separated
table.
|
void |
PlateWriter.resultToXML(Collection<Map<Well,Integer>> collection)
Prints the collection of result values in an XML format.
|
void |
PlateWriter.resultToXML(Collection<Map<Well,Integer>> collection,
List<String> labels)
Prints the collection of result values in an XML format.
|
void |
PlateWriter.resultToXML(Map<Well,Integer> map)
Prints the well result values in an XML format.
|
void |
PlateWriter.resultToXML(Map<Well,Integer> map,
String label)
Prints the well result values in an XML format.
|
String |
PlateWriter.resultToXMLAsString(Collection<Map<Well,Integer>> collection)
Returns a string containing the collection of result values in an XML format.
|
String |
PlateWriter.resultToXMLAsString(Collection<Map<Well,Integer>> collection,
List<String> labels)
Returns a string containing the collection of result values in an XML format.
|
String |
PlateWriter.resultToXMLAsString(Map<Well,Integer> map)
Returns a string containing the result values in an XML format.
|
String |
PlateWriter.resultToXMLAsString(Map<Well,Integer> map,
String label)
Returns a string containing the result values in an XML format.
|
void |
PlateWriter.wellToJSON(Collection<Well> collection)
Prints the collection of wells in a JSON format.
|
String |
PlateWriter.wellToJSONAsString(Collection<Well> collection)
Returns a string containing the collection of wells in a JSON format.
|
void |
PlateWriter.wellToXML(Collection<Well> collection)
Prints the collection of well values in an XML format.
|
String |
PlateWriter.wellToXMLAsString(Collection<Well> collection)
Returns a string containing the collection of well values in an XML format.
|
| Constructor and Description |
|---|
SimpleWellPOJO(Well well)
Creates a simple well POJO from a well object.
|
SimpleWellXML(Well well)
Creates a simple XML well from a well object.
|
WellListPOJO(Well well)
Creates a well list POJO from a well object.
|
WellListPOJO(Well[] array)
Creates a well list POJO from an array of well objects.
|
WellListXML(Well well)
Creates an XML well list from a well object.
|
WellListXML(Well[] array)
Creates an XML well list from an array of well objects.
|
WellPOJO(Well well)
Creates a well POJO from the well object.
|
WellXML(Well well)
Creates a well XML object from a well integer object.
|
| Constructor and Description |
|---|
ResultListPOJO(Collection<Map<Well,Integer>> collection)
Creates a result list POJO from a collection of well objects.
|
ResultListPOJO(Collection<Map<Well,Integer>> collection,
List<String> labels)
Creates a result list POJO from a collection of well objects.
|
ResultListPOJO(Map<Well,Integer> results)
Creates a result list POJO from a well object.
|
ResultListPOJO(Map<Well,Integer> results,
String label)
Creates a result list POJO from a well object.
|
ResultListXML(Collection<Map<Well,Integer>> collection)
Creates an XML result list from a collection of maps.
|
ResultListXML(Collection<Map<Well,Integer>> collection,
List<String> labels)
Creates an XML result list from a collection of maps and a list of labels.
|
ResultListXML(Map<Well,Integer> map)
Creates an XML result list from a map.
|
ResultListXML(Map<Well,Integer> map,
String label)
Creates an XML result list from a map and label.
|
ResultPOJO(Map<Well,Integer> results,
String label)
Creates a result POJO.
|
ResultXML(Map<Well,Integer> map,
String label)
Creates a result XML object from a map.
|
WellListPOJO(Collection<Well> collection)
Creates a well list POJO from a collection of well objects.
|
WellListXML(Collection<Well> collection)
Creates an XML well list from a collection of well objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
MathOperationIntegerUnary.wells(Well well)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wells(Well well,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wells(Well well,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wells(Well well,
int constant)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationShift.wells(Well well,
int n)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wells(Well well,
int[] array)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wells(Well well,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationIntegerUnary.wells(Well well,
int begin,
int length)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationShift.wells(Well well,
int n,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
List<Integer> |
MathOperationBinary.wells(Well well1,
Well well2)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wells(Well well1,
Well well2,
int begin,
int length)
Returns the result of the mathematical operation using the data between
the indices.
|
List<Integer> |
MathOperationBinary.wellsStrict(Well well,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wellsStrict(Well well,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wellsStrict(Well well,
int[] array)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wellsStrict(Well well,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wellsStrict(Well well1,
Well well2)
Returns the result of the mathematical operation.
|
List<Integer> |
MathOperationBinary.wellsStrict(Well well1,
Well well2,
int begin,
int length)
Returns the result of the mathematical operation using the data between
the indices.
|
| Modifier and Type | Method and Description |
|---|---|
Well |
WellSet.ceiling(Well well)
Returns the least well in this set greater than or equal to the given
well, or null if there is no such well.
|
Well |
Plate.ceiling(Well well)
Returns the least well in this set greater than or equal to the given
well, or null if there is no such well.
|
Well |
WellSet.first()
Returns the first well in the set.
|
Well |
Plate.first()
Returns the first well in the set.
|
Well |
WellSet.floor(Well well)
Returns the greatest well in this set less than or equal to the given
well, or null if there is no such well.
|
Well |
Plate.floor(Well well)
Returns the greatest well in this set less than or equal to the given
well, or null if there is no such well.
|
Well |
WellSet.getWells(String well)
Returns the well with the input indices.
|
Well |
Plate.getWells(String well)
Returns the well with the input indices.
|
Well |
WellSet.getWells(Well input)
Returns the well or null if no such well exists.
|
Well |
Plate.getWells(Well well)
Returns the well or null if no such well exists.
|
Well |
WellSet.getWells(WellIndex index)
Returns the well or null if the well does not exist.
|
Well |
Plate.getWells(WellIndex index)
Returns the well with the input index.
|
Well |
WellSet.higher(Well well)
Returns the least well in this set strictly greater than the given
well, or null if there is no such well.
|
Well |
Plate.higher(Well well)
Returns the least well in this set strictly greater than the given
well, or null if there is no such well.
|
Well |
WellSet.last()
Returns the last well in the set.
|
Well |
Plate.last()
Returns the last well in the set.
|
Well |
WellSet.lower(Well well)
Returns the greatest well in this set strictly less than the given well,
or null if there is no such well.
|
Well |
Plate.lower(Well well)
Returns the greatest well in this set strictly less than the given well,
or null if there is no such well.
|
Well |
WellSet.pollFirst()
Retrieves and removes the first (lowest) well, or returns null if this
set is empty.
|
Well |
Plate.pollFirst()
Retrieves and removes the first (lowest) well, or returns null if this
set is empty.
|
Well |
WellSet.pollLast()
Retrieves and removes the last (highest) well, or returns null if this
set is empty.
|
Well |
Plate.pollLast()
Retrieves and removes the last (highest) well, or returns null if this
set is empty.
|
Well |
Well.subList(int begin,
int length)
Returns a new well containing the values within the indices.
|
Well[] |
Plate.toArray()
Returns the plate wells in an array.
|
Well[] |
WellSet.toWellArray()
Returns the well set as an array of wells.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Well> |
WellSet.allWells()
Returns the well set.
|
Iterator<Well> |
WellSet.descendingIterator()
Returns an iterator over the wells in this set in descending order.
|
Iterator<Well> |
Plate.descendingIterator()
Returns an iterator over the wells in this set in descending order.
|
Set<Well> |
WellSet.descendingSet()
Returns a reverse order view of the wells contained in this set.
|
Set<Well> |
Plate.descendingSet()
Returns a reverse order view of the wells contained in this set.
|
Set<Well> |
WellSet.headSet(int index)
Returns a view of the portion of this set whose wells are less than
or equal to the index.
|
Set<Well> |
WellSet.headSet(int index,
boolean inclusive)
Returns a view of the portion of this set whose wells are less than
(or equal to, if inclusive is true) the index.
|
Set<Well> |
WellSet.headSet(Well well)
Returns a view of the portion of this set whose wells are strictly
less than the input well.
|
Set<Well> |
Plate.headSet(Well well)
Returns a view of the portion of this set whose wells are strictly
less than the input well.
|
Set<Well> |
WellSet.headSet(Well well,
boolean inclusive)
Returns a view of the portion of this set whose wells are less than
(or equal to, if inclusive is true) to the input well.
|
Set<Well> |
Plate.headSet(Well well,
boolean inclusive)
Returns a view of the portion of this set whose wells are less than
(or equal to, if inclusive is true) to the input well.
|
Iterator<Well> |
WellSet.iterator()
Returns an iterator over the wells in this set in ascending order.
|
Iterator<Well> |
Plate.iterator()
Returns an iterator that iterates over the well in the plate.
|
Set<Well> |
WellSet.subSet(int index1,
boolean inclusive1,
int index2,
boolean inclusive2)
Returns a view of the portion of this set between the indices.
|
Set<Well> |
WellSet.subSet(int index1,
int index2)
Returns a view of the portion of this set between the indices.
|
Set<Well> |
WellSet.subSet(Well well1,
boolean inclusive1,
Well well2,
boolean inclusive2)
Returns a view of the portion of this set whose wells range from
the first input well to the second input well.
|
Set<Well> |
Plate.subSet(Well well1,
boolean inclusive1,
Well well2,
boolean inclusive2)
Returns a view of the portion of this set whose wells range from
the first input well to the second input well.
|
Set<Well> |
WellSet.subSet(Well well1,
Well well2)
Returns a view of the portion of this set whose wells range from
the first input well inclusive to the second input well inclusive.
|
Set<Well> |
Plate.subSet(Well well1,
Well well2)
Returns a view of the portion of this set whose wells range from
the first input well inclusive to the second input well inclusive.
|
Set<Well> |
WellSet.tailSet(int index)
Returns a view of the portion of this set whose wells are greater than
or equal to the index.
|
Set<Well> |
WellSet.tailSet(int index,
boolean inclusive)
Returns a view of the portion of this set whose wells are greater than
(or equal to, if inclusive is true) the index.
|
Set<Well> |
WellSet.tailSet(Well well)
Returns a view of the portion of this set whose wells are greater than
or equal to the input well.
|
Set<Well> |
Plate.tailSet(Well well)
Returns a view of the portion of this set whose wells are greater than
or equal to the input well.
|
Set<Well> |
WellSet.tailSet(Well well,
boolean inclusive)
Returns a view of the portion of this set whose wells are greater than
(or equal to, if inclusive is true) the input well.
|
Set<Well> |
Plate.tailSet(Well well,
boolean inclusive)
Returns a view of the portion of this set whose wells are greater than
(or equal to, if inclusive is true) the input well.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WellSet.add(Well well)
Adds a well to the well set.
|
void |
Well.add(Well well)
Adds the data from another well.
|
boolean |
WellSet.add(Well[] array)
Adds an array of wells to the well set.
|
boolean |
Plate.addWells(Well well)
Adds a well to the data set.
|
boolean |
Plate.addWells(Well[] array)
Adds an array of wells to the data set omitting wells that are already
members of the set.
|
Well |
WellSet.ceiling(Well well)
Returns the least well in this set greater than or equal to the given
well, or null if there is no such well.
|
Well |
Plate.ceiling(Well well)
Returns the least well in this set greater than or equal to the given
well, or null if there is no such well.
|
boolean |
WellSet.contains(Well well)
Returns true if the well is part of the well set.
|
boolean |
Plate.contains(Well well)
Returns true if the well is part of the well set.
|
boolean |
WellSet.contains(Well[] array)
Returns true if all the input wells are found within the well array.
|
boolean |
Plate.contains(Well[] array)
Returns true if all the input wells are found within the plate.
|
Well |
WellSet.floor(Well well)
Returns the greatest well in this set less than or equal to the given
well, or null if there is no such well.
|
Well |
Plate.floor(Well well)
Returns the greatest well in this set less than or equal to the given
well, or null if there is no such well.
|
Well |
WellSet.getWells(Well input)
Returns the well or null if no such well exists.
|
Well |
Plate.getWells(Well well)
Returns the well or null if no such well exists.
|
WellSet |
WellSet.getWells(Well[] array)
Returns a well set holding all wells that match the indices or null
if there are no matches.
|
WellSet |
Plate.getWells(Well[] array)
Returns the well or null if no such well exists.
|
Set<Well> |
WellSet.headSet(Well well)
Returns a view of the portion of this set whose wells are strictly
less than the input well.
|
Set<Well> |
Plate.headSet(Well well)
Returns a view of the portion of this set whose wells are strictly
less than the input well.
|
Set<Well> |
WellSet.headSet(Well well,
boolean inclusive)
Returns a view of the portion of this set whose wells are less than
(or equal to, if inclusive is true) to the input well.
|
Set<Well> |
Plate.headSet(Well well,
boolean inclusive)
Returns a view of the portion of this set whose wells are less than
(or equal to, if inclusive is true) to the input well.
|
Well |
WellSet.higher(Well well)
Returns the least well in this set strictly greater than the given
well, or null if there is no such well.
|
Well |
Plate.higher(Well well)
Returns the least well in this set strictly greater than the given
well, or null if there is no such well.
|
Well |
WellSet.lower(Well well)
Returns the greatest well in this set strictly less than the given well,
or null if there is no such well.
|
Well |
Plate.lower(Well well)
Returns the greatest well in this set strictly less than the given well,
or null if there is no such well.
|
<T extends Number> |
Plate.printData(Well well)
Returns a string holding the well data.
|
boolean |
WellSet.remove(Well well)
Removes a well from the well set.
|
boolean |
WellSet.remove(Well[] array)
Removes an array of wells from the well set.
|
void |
Well.removeWell(Well well)
Removes all the well values from the data set.
|
boolean |
Plate.removeWells(Well well)
Removes the well from the data set.
|
boolean |
Plate.removeWells(Well[] wells)
Removes an array of wells.
|
boolean |
WellSet.replace(Well well)
Replaces the set well with the input well.
|
boolean |
WellSet.replace(Well[] array)
Replaces the set wells with the wells from the array.
|
void |
Well.replaceData(Well well)
Clears the data set and adds the well data set.
|
boolean |
Plate.replaceWells(Well well)
Replaces the plate well with the input well.
|
boolean |
Plate.replaceWells(Well[] array)
Replaces the plate wells with the wells from the array.
|
boolean |
WellSet.retain(Well well)
Retains the input well if it exists.
|
boolean |
WellSet.retain(Well[] array)
Retains the wells in the array if they exist.
|
void |
Well.retainWell(Well well)
Retains all the values in the well.
|
boolean |
Plate.retainWells(Well well)
Retains the input well if it exists.
|
boolean |
Plate.retainWells(Well[] array)
Retains the wells in the array if they exist.
|
Set<Well> |
WellSet.subSet(Well well1,
boolean inclusive1,
Well well2,
boolean inclusive2)
Returns a view of the portion of this set whose wells range from
the first input well to the second input well.
|
Set<Well> |
Plate.subSet(Well well1,
boolean inclusive1,
Well well2,
boolean inclusive2)
Returns a view of the portion of this set whose wells range from
the first input well to the second input well.
|
Set<Well> |
WellSet.subSet(Well well1,
Well well2)
Returns a view of the portion of this set whose wells range from
the first input well inclusive to the second input well inclusive.
|
Set<Well> |
Plate.subSet(Well well1,
Well well2)
Returns a view of the portion of this set whose wells range from
the first input well inclusive to the second input well inclusive.
|
Set<Well> |
WellSet.tailSet(Well well)
Returns a view of the portion of this set whose wells are greater than
or equal to the input well.
|
Set<Well> |
Plate.tailSet(Well well)
Returns a view of the portion of this set whose wells are greater than
or equal to the input well.
|
Set<Well> |
WellSet.tailSet(Well well,
boolean inclusive)
Returns a view of the portion of this set whose wells are greater than
(or equal to, if inclusive is true) the input well.
|
Set<Well> |
Plate.tailSet(Well well,
boolean inclusive)
Returns a view of the portion of this set whose wells are greater than
(or equal to, if inclusive is true) the input well.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WellSet.add(Collection<Well> collection)
Adds a collection of wells to the well set.
|
boolean |
Plate.addWells(Collection<Well> collection)
Adds a collection of wells to the data set omitting wells that are already
members of the set.
|
boolean |
WellSet.contains(Collection<Well> collection)
Returns true if all the input wells are found within the well set.
|
boolean |
Plate.contains(Collection<Well> collection)
Returns true if all the input wells are found within the well set.
|
WellSet |
WellSet.getWells(Collection<Well> collection)
Returns a well set holding all plate wells that match the indices or null
if there are no matches.
|
WellSet |
Plate.getWells(Collection<Well> collection)
Returns the well or null if no such well exists.
|
boolean |
WellSet.remove(Collection<Well> collection)
Removes a collection of wells from the well set.
|
boolean |
Plate.removeWells(Collection<Well> collection)
Removes a collection of wells.
|
boolean |
WellSet.replace(Collection<Well> collection)
Replaces the set wells with the wells from the collection.
|
boolean |
Plate.replaceWells(Collection<Well> collection)
Replaces the plate wells with the wells from the collection.
|
boolean |
WellSet.retain(Collection<Well> collection)
Retains the wells in the collection if they exist.
|
boolean |
Plate.retainWells(Collection<Well> collection)
Retains the wells in the collection if they exist.
|
| Constructor and Description |
|---|
Well(Well well)
Clones a double well without invoking clone.
|
WellSet(Well[] wells)
Creates a new well set from an array of wells.
|
WellSet(Well[] wells,
String label)
Creates a new well set from an array of wells and a label.
|
| Constructor and Description |
|---|
WellSet(Collection<Well> collection)
Creates a new well set from a collection of wells.
|
WellSet(Collection<Well> collection,
String label)
Creates a new well set from a collection of wells and a label.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Well,Double> |
DescriptiveStatistic.plate(Plate plate)
Returns the statistic for each plate well.
|
Map<Well,Integer> |
N.plate(Plate plate)
Returns the number of data points for each plate well.
|
Map<Well,List<Double>> |
DescriptiveStatisticList.plate(Plate plate)
Returns the statistic for each plate well.
|
Map<Well,Double> |
QuantileStatisticIntegers.plate(Plate plate,
double p)
Returns the statistic for each plate well.
|
Map<Well,Double> |
DescriptiveStatisticWeights.plate(Plate plate,
double[] weights)
Returns the weighted statistic for each plate well.
|
Map<Well,List<Double>> |
DescriptiveStatisticListWeights.plate(Plate plate,
double[] weights)
Returns the weighted statistic for each plate well.
|
Map<Well,Double> |
DescriptiveStatisticWeights.plate(Plate plate,
double[] weights,
int begin,
int length)
Returns the weighted statistic for each plate well using the values between the
beginning and ending indices.
|
Map<Well,List<Double>> |
DescriptiveStatisticListWeights.plate(Plate plate,
double[] weights,
int begin,
int length)
Returns the weighted statistic for each plate well using the values between the
beginning and ending indices.
|
Map<Well,Double> |
QuantileStatistic.plate(Plate plate,
int p)
Returns the statistic for each plate well.
|
Map<Well,Double> |
Percentile.plate(Plate plate,
int p)
Returns the percentile for each plate well.
|
Map<Well,List<List<Double>>> |
QuantileStatisticList.plate(Plate plate,
int p)
Returns the statistic for each plate well.
|
Map<Well,Double> |
DescriptiveStatistic.plate(Plate plate,
int begin,
int length)
Returns the statistic for each plate well using the values between the beginning
and ending indices.
|
Map<Well,List<Double>> |
DescriptiveStatisticList.plate(Plate plate,
int begin,
int length)
Returns the statistic for each plate well using the values between the beginning
and ending indices.
|
Map<Well,Double> |
QuantileStatisticIntegers.plate(Plate plate,
int begin,
int length,
double p)
Returns the statistic for each plate well using the values between the
beginning and ending indices.
|
Map<Well,Double> |
QuantileStatistic.plate(Plate plate,
int begin,
int length,
int p)
Returns the statistic for each plate well using the values between the
beginning and ending indices.
|
Map<Well,Double> |
Percentile.plate(Plate plate,
int begin,
int length,
int p)
Returns the percentile for each plate well using the values between the
beginning and ending indices.
|
Map<Well,List<List<Double>>> |
QuantileStatisticList.plate(Plate plate,
int begin,
int length,
int p)
Returns the statistic for each plate well using the values between the
beginning and ending indices.
|
Map<Well,List<List<Double>>> |
QuantileStatisticListsIntegers.plate(Plate plate,
int begin,
int length,
List<Double> list)
Returns the statistic for each plate well using the values between the
beginning and ending indices.
|
Map<Well,List<List<Double>>> |
QuantileStatisticListsIntegers.plate(Plate plate,
List<Double> list)
Returns the statistic for each plate well.
|
Map<Well,Double> |
DescriptiveStatistic.set(WellSet set)
Returns the statistic of each well in the well set.
|
Map<Well,Integer> |
N.set(WellSet set)
Returns the number of data points for each well in the well set.
|
Map<Well,List<Double>> |
DescriptiveStatisticList.set(WellSet set)
Returns the statistic of each well in the well set.
|
Map<Well,Double> |
QuantileStatisticIntegers.set(WellSet set,
double p)
Returns the statistic of each well in the well set.
|
Map<Well,Double> |
DescriptiveStatisticWeights.set(WellSet set,
double[] weights)
Returns the weighted statistic of each well in the well set.
|
Map<Well,List<Double>> |
DescriptiveStatisticListWeights.set(WellSet set,
double[] weights)
Returns the weighted statistic of each well in the well set.
|
Map<Well,Double> |
DescriptiveStatisticWeights.set(WellSet set,
double[] weights,
int begin,
int length)
Returns the weighted statistic of each well in the well set using the values
between the beginning and ending indices.
|
Map<Well,List<Double>> |
DescriptiveStatisticListWeights.set(WellSet set,
double[] weights,
int begin,
int length)
Returns the weighted statistic of each well in the well set using the values
between the beginning and ending indices.
|
Map<Well,Double> |
QuantileStatistic.set(WellSet set,
int p)
Returns the statistic of each well in the well set.
|
Map<Well,Double> |
Percentile.set(WellSet set,
int p)
Returns the percentile of each well in the well set.
|
Map<Well,List<List<Double>>> |
QuantileStatisticList.set(WellSet set,
int p)
Returns the statistic of each well in the well set.
|
Map<Well,Double> |
DescriptiveStatistic.set(WellSet set,
int begin,
int length)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,List<Double>> |
DescriptiveStatisticList.set(WellSet set,
int begin,
int length)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,Double> |
QuantileStatisticIntegers.set(WellSet set,
int begin,
int length,
double p)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,Double> |
QuantileStatistic.set(WellSet set,
int begin,
int length,
int p)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,Double> |
Percentile.set(WellSet set,
int begin,
int length,
int p)
Returns the percentile of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,List<List<Double>>> |
QuantileStatisticList.set(WellSet set,
int begin,
int length,
int p)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,List<List<Double>>> |
QuantileStatisticListsIntegers.set(WellSet set,
int begin,
int length,
List<Double> list)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,List<List<Double>>> |
QuantileStatisticListsIntegers.set(WellSet set,
List<Double> list)
Returns the statistic of each well in the well set.
|
| Modifier and Type | Method and Description |
|---|---|
double |
DescriptiveStatistic.well(Well well)
Returns the well statistic.
|
int |
N.well(Well well)
Returns the number of well data points.
|
List<Double> |
DescriptiveStatisticList.well(Well well)
Returns the well statistic.
|
double |
QuantileStatisticIntegers.well(Well well,
double p)
Returns the well statistic.
|
double |
DescriptiveStatisticWeights.well(Well well,
double[] weights)
Returns the weighted well statistic.
|
List<Double> |
DescriptiveStatisticListWeights.well(Well well,
double[] weights)
Returns the weighted well statistic.
|
double |
DescriptiveStatisticWeights.well(Well well,
double[] weights,
int begin,
int length)
Returns the well weighted statistic for the values between the beginning and
ending indices.
|
List<Double> |
DescriptiveStatisticListWeights.well(Well well,
double[] weights,
int begin,
int length)
Returns the well weighted statistic for the values between the beginning and
ending indices.
|
double |
QuantileStatistic.well(Well well,
int p)
Returns the well statistic.
|
double |
Percentile.well(Well well,
int p)
Returns the well percentile.
|
List<List<Double>> |
QuantileStatisticList.well(Well well,
int p)
Returns the well statistic.
|
double |
DescriptiveStatistic.well(Well well,
int begin,
int length)
Returns the well statistic for the values between the beginning and ending
indices.
|
List<Double> |
DescriptiveStatisticList.well(Well well,
int begin,
int length)
Returns the well statistic for the values between the beginning and ending
indices.
|
double |
QuantileStatisticIntegers.well(Well well,
int begin,
int length,
double p)
Returns the well statistic for the values between the beginning and ending
indices.
|
double |
QuantileStatistic.well(Well well,
int begin,
int length,
int p)
Returns the well statistic for the values between the beginning and ending
indices.
|
double |
Percentile.well(Well well,
int begin,
int length,
int p)
Returns the well percentile for the values between the beginning and ending
indices.
|
List<List<Double>> |
QuantileStatisticList.well(Well well,
int begin,
int length,
int p)
Returns the well statistic for the values between the beginning and ending
indices.
|
List<List<Double>> |
QuantileStatisticListsIntegers.well(Well well,
int begin,
int length,
List<Double> list)
Returns the well statistic for the values between the beginning and ending
indices.
|
List<List<Double>> |
QuantileStatisticListsIntegers.well(Well well,
List<Double> list)
Returns the well statistic.
|
| Modifier and Type | Method and Description |
|---|---|
static Well |
RandomUtil.randomWellInteger(int min,
int max,
int rowMin,
int rowMax,
int columnMin,
int columnMax,
int length)
Returns a random well between the indices.
|
static Well |
RandomUtil.randomWellInteger(int min,
int max,
int rowMin,
int rowMax,
int columnMin,
int columnMax,
int minLength,
int maxLength)
Returns a random well index between the indices.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ValUtil.validateWell(int rows,
int columns,
Well well)
Validates the well by checking for invalid indices.
|
Copyright © 2017. All rights reserved.