IDataSink
public 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)
IDataSink
public void putDataInfo(IDataInfo inputDataInfo)
IDataSink
putDataInfo
in interface IDataSink