public class MarkPeak2 extends Object implements stream.Processor
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
keys |
protected int |
state |
static int |
STATE_ABOVE |
static int |
STATE_BELOW |
protected Double |
threshold |
protected Double |
value |
| Constructor and Description |
|---|
MarkPeak2() |
public static final int STATE_BELOW
public static final int STATE_ABOVE
protected String[] keys
protected int state
protected Double threshold
protected Double value
public String[] getKeys()
public void setKeys(String[] keys)
keys - the keys to setpublic Double getThreshold()
public void setThreshold(Double threshold)
threshold - the threshold to setpublic Double getValue()
public void setValue(Double value)
value - the value to setpublic stream.Data process(stream.Data input)
process in interface stream.ProcessorProcessor.process(stream.Data)Copyright © 2013. All Rights Reserved.