public class StaticSeriesSelector extends AbstractSeriesSelector
| Constructor and Description |
|---|
StaticSeriesSelector() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSeriesName()
Gets the name of the series.
|
java.lang.Iterable<java.lang.String> |
select(Sample sample)
Do the projection from the specified sample
|
void |
setSeriesName(java.lang.String seriesName)
Sets the name of the series.
|
allowsControllersDiscriminationpublic final java.lang.String getSeriesName()
public final void setSeriesName(java.lang.String seriesName)
seriesName - the name of the series to setpublic java.lang.Iterable<java.lang.String> select(Sample sample)
SampleSelectorsample - the sampleCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.