public static class ExperimentFilter.IdFilter extends ExperimentFilter
ExperimentFilter.IdFilter| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<java.lang.Integer> |
m_ids
The IDs of experiments to include
|
| Constructor and Description |
|---|
IdFilter(java.lang.String parameters)
Creates a new ID filter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
include(Experiment e)
Determines if an experiment should be shown in the lab's interface
|
protected java.util.Set<java.lang.Integer> m_ids
public IdFilter(java.lang.String parameters)
parameters - A string with comma-separated numbers
or ranges of numberspublic boolean include(Experiment e)
ExperimentFilterinclude in class ExperimentFiltere - The experimenttrue if the experiment should appear, false
otherwiseCopyright © Sylvain HallĂ©. All Rights Reserved.