DataSourceIndependent, IDataSourcepublic class DataSourceFE extends java.lang.Object implements IDataSource, DataSourceIndependent
| Modifier and Type | Field | Description |
|---|---|---|
protected DataFunction |
data |
|
protected DataFunction.DataInfoFunction |
dataInfo |
|
protected boolean |
doAvgDef |
|
protected boolean |
doSubtractComb |
|
protected MCMoveOverlapListener |
mcMoveOverlapMeter |
|
protected DataTag |
tag |
|
protected DataDoubleArray |
xData |
|
protected DataDoubleArray.DataInfoDoubleArray |
xDataInfo |
|
protected DataTag |
xTag |
| Constructor | Description |
|---|---|
DataSourceFE(MCMoveOverlapListener mcMoveOverlapMeter) |
| Modifier and Type | Method | Description |
|---|---|---|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
int |
getIndependentArrayDimension() |
Returns the number of independent data dimensions
|
DataDoubleArray |
getIndependentData(int i) |
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 |
setAvgDef(boolean doAvgDef) |
|
void |
setSubtractComb(boolean doSubtractComb) |
If true, the free energy differences will not include the combinatoric
contributions (they will be the free energy of defect formation).
|
protected final MCMoveOverlapListener mcMoveOverlapMeter
protected DataFunction data
protected DataFunction.DataInfoFunction dataInfo
protected DataDoubleArray xData
protected DataDoubleArray.DataInfoDoubleArray xDataInfo
protected final DataTag tag
protected final DataTag xTag
protected boolean doSubtractComb
protected boolean doAvgDef
public DataSourceFE(MCMoveOverlapListener mcMoveOverlapMeter)
public void setSubtractComb(boolean doSubtractComb)
public void setAvgDef(boolean doAvgDef)
public IData getData()
getData in interface IDataSourcepublic DataTag getTag()
getTag in interface IDataSourcepublic IDataInfo getDataInfo()
getDataInfo in interface IDataSourcepublic DataDoubleArray getIndependentData(int i)
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