| Modifier and Type | Method and Description |
|---|---|
Stack |
PlateReader.nextJSONStack()
Parses the next stack in the stack list to a stack object and returns the
result.
|
Stack |
PlateReader.nextXMLStack()
Parses the next stack in the stack list to a stack object and returns the
result.
|
Stack |
PlateReader.previousJSONStack()
Parses the previous stack in the stack list to a stack object and returns the
result.
|
Stack |
PlateReader.previousXMLStack()
Parses the previous stack in the stack list to a stack object and returns the
result.
|
Stack |
StackXML.toStackObject()
Returns a StackInteger object.
|
Stack |
StackPOJO.toStackObject()
Returns a StackInteger object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stack> |
PlateReader.allJSONStacks()
Returns a list containing all the JSON stacks in the list.
|
List<Stack> |
PlateReader.allXMLStacks()
Returns a list containing all the XML stacks in the list.
|
List<Stack> |
PlateReader.remainingJSONStacks()
Returns a list containing the stack objects with an index greater than the
current index.
|
List<Stack> |
PlateReader.remainingXMLStacks()
Returns a list containing the stack objects with an index greater than the
current index.
|
List<Stack> |
PlateReader.spentJSONStacks()
Returns a list containing the stack objects with an index less than the
current index.
|
List<Stack> |
PlateReader.spentXMLStacks()
Returns a list containing the stack objects with an index less than the
current index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlateWriter.stackToJSON(Stack stack)
Prints the plate stack in a JSON format.
|
void |
PlateWriter.stackToJSON(Stack[] array)
Prints the array of plate stacks in a JSON format.
|
String |
PlateWriter.stackToJSONAsString(Stack stack)
Returns a string containing the plate stack in a JSON format.
|
String |
PlateWriter.stackToJSONAsString(Stack[] array)
Prints the array of plate stacks in a JSON format.
|
void |
PlateWriter.stackToXML(Stack stack)
Prints the plate stack in an XML format.
|
void |
PlateWriter.stackToXML(Stack[] array)
Prints the array of plate stacks in an XML format.
|
String |
PlateWriter.stackToXMLAsString(Stack stack)
Returns a string containing the plate stack in an XML format.
|
String |
PlateWriter.stackToXMLAsString(Stack[] array)
Returns a string containing the array of plate stacks in an XML format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlateWriter.stackToJSON(Collection<Stack> collection)
Prints the collection of plate stacks in a JSON format.
|
String |
PlateWriter.stackToJSONAsString(Collection<Stack> collection)
Returns a string containing the collection of plate stacks in a JSON format.
|
void |
PlateWriter.stackToXML(Collection<Stack> collection)
Prints the collection of plate stacks in an XML format.
|
String |
PlateWriter.stackToXMLAsString(Collection<Stack> collection)
Returns a string containing the collection of plate stacks in an XML format.
|
| Constructor and Description |
|---|
StackListPOJO(Stack stack)
Creates a stack list POJO from a stack object.
|
StackListPOJO(Stack[] array)
Creates a stack loist POJO from an array of stack objects.
|
StackListXML(Stack stack)
Creates an XML stack list from a stack object.
|
StackListXML(Stack[] array)
Creates an XML stack list from an array of stack objects.
|
StackPOJO(Stack stack)
Creates a stack POJO from a stack object.
|
StackXML(Stack stack)
Creates an XML stack from a stack object.
|
| Constructor and Description |
|---|
StackListPOJO(Collection<Stack> collection)
Creates a stack list POJO from a collection of stack objects.
|
StackListXML(Collection<Stack> collection)
Creates an XML stack list from a collection of stack objects.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
MathOperationIntegerUnary.stacks(Stack stack)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack,
int constant)
Returns the result of the mathematical operation.
|
Stack |
MathOperationShift.stacks(Stack stack,
int n)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack,
int[] array)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationIntegerUnary.stacks(Stack stack,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationShift.stacks(Stack stack,
int n,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack1,
Stack stack2)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack1,
Stack stack2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack,
int[] array)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack1,
Stack stack2)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack1,
Stack stack2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
MathOperationIntegerUnary.stacks(Stack stack)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack,
int constant)
Returns the result of the mathematical operation.
|
Stack |
MathOperationShift.stacks(Stack stack,
int n)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack,
int[] array)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationIntegerUnary.stacks(Stack stack,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationShift.stacks(Stack stack,
int n,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack1,
Stack stack2)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacks(Stack stack1,
Stack stack2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack,
int[] array)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack1,
Stack stack2)
Returns the result of the mathematical operation.
|
Stack |
MathOperationBinary.stacksStrict(Stack stack1,
Stack stack2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
| Constructor and Description |
|---|
Stack(Stack stack)
Creates a new plate stack from an existing plate stack.
|
| Modifier and Type | Method and Description |
|---|---|
static Stack |
RandomUtil.randomStackInteger(int rows,
int columns,
int min,
int max,
int minLength,
int maxLength,
int setNumber,
int wellNumber,
String label,
int plateNumber)
Generates a random integer stack with the specified number of plates.
|
static Stack |
RandomUtil.randomStackInteger(int rows,
int columns,
int min,
int max,
int wellNumber,
String label,
int plateNumber)
Generates a random integer stack with the specified number of plates.
|
Copyright © 2017. All rights reserved.