public abstract class MathOperationIntegerUnary extends Object
Operations |
|---|
| Increment |
| Decrement |
| Compliment |
| Constructor and Description |
|---|
MathOperationIntegerUnary()
Creates a new math operation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<Integer> |
calculate(List<Integer> list)
Performs the mathematical operation for the list.
|
abstract List<Integer> |
calculate(List<Integer> list,
int begin,
int length)
Performs the mathematical operation for the list using the values
between the indices.
|
Plate |
plates(Plate plate)
Returns the result of the mathematical operation.
|
Plate |
plates(Plate plate,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
WellSet |
sets(WellSet set)
Returns the result of the mathematical operation.
|
WellSet |
sets(WellSet set,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
Stack |
stacks(Stack stack)
Returns the result of the mathematical operation.
|
Stack |
stacks(Stack stack,
int begin,
int length)
Returns the result of the mathematical operation.
|
List<Integer> |
wells(Well well)
Returns the result of the mathematical operation.
|
List<Integer> |
wells(Well well,
int begin,
int length)
Returns the result of the mathematical operation.
|
public MathOperationIntegerUnary()
public List<Integer> wells(Well well)
Well - the wellpublic List<Integer> wells(Well well, int begin, int length)
Well - the wellint - beginning index of the subsetint - length of the subsetpublic Plate plates(Plate plate)
Plate - the platepublic Plate plates(Plate plate, int begin, int length)
Plate - the plateint - beginning index of the subsetint - length of the subsetpublic WellSet sets(WellSet set)
WellSet - the well setpublic WellSet sets(WellSet set, int begin, int length)
WellSet - the well setint - beginning index of the subsetint - length of the subsetpublic Stack stacks(Stack stack)
Stack - the stackpublic Stack stacks(Stack stack, int begin, int length)
Stack - the stackint - beginning index of the sub setint - length of the subsetpublic abstract List<Integer> calculate(List<Integer> list)
List - the listCopyright © 2017. All rights reserved.