DataSourceIndependent
, IDataSource
public static class MultiharmonicGraphicMC.DataSourceAlphaChi extends java.lang.Object implements IDataSource, DataSourceIndependent
Modifier and Type | Field | Description |
---|---|---|
protected DataDoubleArray |
alphaData |
|
protected DataDoubleArray.DataInfoDoubleArray |
alphaInfo |
|
protected DataTag |
alphaTag |
|
protected DataFunction |
chiData |
|
protected DataFunction.DataInfoFunction |
chiInfo |
|
protected DataTag |
chiTag |
|
protected boolean |
isBroken |
|
protected MeterMBAR |
meterOverlapA |
|
protected MeterMBAR |
meterOverlapB |
Constructor | Description |
---|---|
DataSourceAlphaChi(MeterMBAR meterOverlapA,
MeterMBAR meterOverlapB,
boolean isBroken) |
Modifier and Type | Method | Description |
---|---|---|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
int |
getIndependentArrayDimension() |
Returns the number of independent data dimensions
|
DataDoubleArray |
getIndependentData(int j) |
Returns the X data for the given dimension
|
DataDoubleArray.DataInfoDoubleArray |
getIndependentDataInfo(int i) |
Returns the DataInfo for the given dimension
|
DataTag |
getIndependentTag() |
Returns the tag associated with this DataSource.
|
DataTag |
getTag() |
protected DataFunction chiData
protected DataDoubleArray alphaData
protected MeterMBAR meterOverlapA
protected MeterMBAR meterOverlapB
protected final DataTag chiTag
protected final DataTag alphaTag
protected DataFunction.DataInfoFunction chiInfo
protected DataDoubleArray.DataInfoDoubleArray alphaInfo
protected boolean isBroken
public IData getData()
getData
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
public DataDoubleArray getIndependentData(int j)
DataSourceIndependent
getIndependentData
in interface DataSourceIndependent
public DataDoubleArray.DataInfoDoubleArray getIndependentDataInfo(int i)
DataSourceIndependent
getIndependentDataInfo
in interface DataSourceIndependent
public int getIndependentArrayDimension()
DataSourceIndependent
getIndependentArrayDimension
in interface DataSourceIndependent
public DataTag getIndependentTag()
DataSourceIndependent
getIndependentTag
in interface DataSourceIndependent