| Package | Description |
|---|---|
| com.github.jessemull.microflexinteger.plate | |
| com.github.jessemull.microflexinteger.util |
| Modifier and Type | Method and Description |
|---|---|
WellList |
WellSet.wellList()
Returns all indices in the set in a well list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plate.addGroups(WellList list)
Adds a well group for analysis.
|
void |
Plate.addGroups(WellList[] array)
Adds an array of well groups for analysis.
|
int |
WellList.compareTo(WellList list)
Plates are ordered using the size, data type, label and number of sets.
|
boolean |
WellSet.contains(WellList list)
Returns true if the wells exist in the set.
|
boolean |
Plate.contains(WellList list)
Returns true if the wells in the list exist.
|
boolean |
Plate.containsGroup(WellList list)
Returns true if the group exists.
|
boolean |
Plate.containsGroup(WellList[] array)
Returns true if the groups in the array exist.
|
WellSet |
Plate.getGroups(WellList list)
Returns a well set containing the wells for the group.
|
Set<WellSet> |
Plate.getGroups(WellList[] array)
Returns a well set containing the wells for each group.
|
WellSet |
WellSet.getWells(WellList list)
Returns a well set containing the wells in the list or null if none of
the wells exist.
|
WellSet |
Plate.getWells(WellList list)
Returns the wells in the input list.
|
boolean |
WellSet.remove(WellList list)
Removes the wells in the list.
|
void |
Plate.removeGroups(WellList list)
Removes a well group.
|
void |
Plate.removeGroups(WellList[] array)
Removes an array of well groups.
|
boolean |
Plate.removeWells(WellList list)
Removes a well list.
|
boolean |
WellSet.retain(WellList list)
Retains the wells in the list.
|
boolean |
Plate.retainWells(WellList list)
Retains the wells in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plate.addGroups(Collection<WellList> collection)
Adds a collection of well groups for analysis.
|
boolean |
Plate.containsGroup(Collection<WellList> collection)
Returns true if the groups in the collection exist.
|
Set<WellSet> |
Plate.getGroups(Collection<WellList> collection)
Returns a well set containing the wells for each group.
|
void |
Plate.removeGroups(Collection<WellList> collection)
Removes a collection of well groups.
|
| Constructor and Description |
|---|
WellList(WellList list)
Creates a new well list from an existing well list.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ValUtil.validateGroup(int rows,
int columns,
WellList list)
Validates the group by checking for wells outside the valid range.
|
Copyright © 2017. All rights reserved.