IDataSinkpublic class StructureFactorComponentCorrelation.Sink extends java.lang.Object implements IDataSink
| Constructor | Description |
|---|---|
Sink(int idx,
MeterStructureFactor meterSFac) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
putData(IData data) |
Gives data to DataSink for processing, display, or whatever it does.
|
void |
putDataInfo(IDataInfo inputDataInfo) |
Informs the DataSink of the type of Data it should expect to receive.
|
public Sink(int idx,
MeterStructureFactor meterSFac)
public void putData(IData data)
IDataSinkpublic void putDataInfo(IDataInfo inputDataInfo)
IDataSinkputDataInfo in interface IDataSink