public static class ReverseOsmosisWaterGraphic.DataSinkExcludeOverlap extends DataProcessor
| Modifier and Type | Field | Description |
|---|---|---|
protected Box |
box |
|
protected DataDouble |
myData |
dataInfo, dataSink, tag| Constructor | Description |
|---|---|
DataSinkExcludeOverlap(Box box) |
| Modifier and Type | Method | Description |
|---|---|---|
IData |
processData(IData data) |
Processes the input Data and returns Data for pushing to the next
DataSink.
|
protected IDataInfo |
processDataInfo(IDataInfo inputDataInfo) |
Informs this DataProcessor of the DataInfo for the Data it will be
processing.
|
getDataInfo, getDataSink, getTag, putData, putDataInfo, setDataSinkprotected final DataDouble myData
protected final Box box
public DataSinkExcludeOverlap(Box box)
public IData processData(IData data)
DataProcessorprocessData in class DataProcessordata - the Data for processingprotected IDataInfo processDataInfo(IDataInfo inputDataInfo)
DataProcessorprocessDataInfo in class DataProcessorinputDataInfo - the DataInfo of the Data that will be input to this
DataProcessor