DataSourceIndependent
, IDataSource
, ConfigurationStorage.ConfigurationStorageListener
public class DataSourceStrings extends java.lang.Object implements IDataSource, ConfigurationStorage.ConfigurationStorageListener, DataSourceIndependent
Modifier and Type | Field | Description |
---|---|---|
protected AtomTestDeviation |
atomTestDeviation |
|
protected Box |
box |
|
protected ConfigurationStorage |
configStorage |
|
protected DataFunction |
data |
|
protected DataFunction.DataInfoFunction |
dataInfo |
|
protected Vector |
dr |
|
protected double[][] |
dr2 |
|
protected int[] |
firstAtoms |
|
protected int |
log2StepMin |
|
protected double |
mobFrac |
|
protected double |
nbrMax2 |
|
protected int[] |
nextAtom |
|
protected long[] |
nStrings |
|
protected long[] |
numAtomInString |
|
protected int |
numAtoms |
|
protected int[] |
strings |
|
protected double |
strTol2 |
|
protected DataTag |
tag |
|
protected DataDoubleArray |
tData |
|
protected DataDoubleArray.DataInfoDoubleArray |
tDataInfo |
|
protected DataTag |
tTag |
Constructor | Description |
---|---|
DataSourceStrings(ConfigurationStorage configStorage,
int log2StepMin) |
Modifier and Type | Method | Description |
---|---|---|
void |
findStrings(int interval) |
|
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 |
newConfigruation() |
|
void |
reallocate(int n) |
protected final ConfigurationStorage configStorage
protected DataDoubleArray tData
protected DataDoubleArray.DataInfoDoubleArray tDataInfo
protected DataFunction data
protected DataFunction.DataInfoFunction dataInfo
protected final DataTag tTag
protected final DataTag tag
protected final AtomTestDeviation atomTestDeviation
protected final double[][] dr2
protected final int numAtoms
protected final double mobFrac
protected final double strTol2
protected final Box box
protected long[] nStrings
protected long[] numAtomInString
protected final Vector dr
protected double nbrMax2
protected final int[] strings
protected final int[] nextAtom
protected final int[] firstAtoms
protected int log2StepMin
public DataSourceStrings(ConfigurationStorage configStorage, int log2StepMin)
public void reallocate(int n)
public IData getData()
getData
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
public void newConfigruation()
newConfigruation
in interface ConfigurationStorage.ConfigurationStorageListener
public void findStrings(int interval)
public DataDoubleArray getIndependentData(int i)
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