DataSourceIndependent, IDataSourcepublic 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 DataOverlap |
dsvo |
|
protected double |
errFac |
|
protected int |
spiffiness |
| Constructor | Description |
|---|---|
DataSourceAlphaChi(DataOverlap dsvo,
double errFac) |
| 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() |
|
void |
setSpiffiness(int newSpiffiness) |
protected DataFunction chiData
protected DataDoubleArray alphaData
protected DataOverlap dsvo
protected final DataTag chiTag
protected final DataTag alphaTag
protected DataFunction.DataInfoFunction chiInfo
protected DataDoubleArray.DataInfoDoubleArray alphaInfo
protected final double errFac
protected int spiffiness
public DataSourceAlphaChi(DataOverlap dsvo, double errFac)
public void setSpiffiness(int newSpiffiness)
public IData getData()
getData in interface IDataSourcepublic DataTag getTag()
getTag in interface IDataSourcepublic IDataInfo getDataInfo()
getDataInfo in interface IDataSourcepublic DataDoubleArray getIndependentData(int j)
DataSourceIndependentgetIndependentData in interface DataSourceIndependentpublic DataDoubleArray.DataInfoDoubleArray getIndependentDataInfo(int i)
DataSourceIndependentgetIndependentDataInfo in interface DataSourceIndependentpublic int getIndependentArrayDimension()
DataSourceIndependentgetIndependentArrayDimension in interface DataSourceIndependentpublic DataTag getIndependentTag()
DataSourceIndependentgetIndependentTag in interface DataSourceIndependent