DataSourceIndependent, IDataSourcepublic class DataSourcePercolation0 extends java.lang.Object implements IDataSource, DataSourceIndependent
| Modifier and Type | Field | Description |
|---|---|---|
protected AtomTestRandom |
atomTest |
|
protected Box |
box |
|
protected AtomNbrClusterer |
clusterer |
|
protected int[][] |
clusterSize |
|
protected int[] |
clusterStack |
|
protected DataFunction |
data |
|
protected DataFunction.DataInfoFunction |
dataInfo |
|
protected double[] |
immFracs |
|
protected boolean[] |
isVisited |
|
protected int |
numAtoms |
|
protected Vector[] |
r |
|
protected Space |
space |
|
protected DataTag |
tag |
|
protected DataDoubleArray |
tData |
|
protected DataDoubleArray.DataInfoDoubleArray |
tDataInfo |
|
protected DataTag |
tTag |
| Constructor | Description |
|---|---|
DataSourcePercolation0(Box box,
IRandom random) |
| 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.
|
double |
getNbrMax() |
|
DataTag |
getTag() |
|
void |
reset() |
|
void |
setImmFracs(double[] newImmFracs) |
|
void |
setNbrMax(double nbrMax) |
protected final Box box
protected double[] immFracs
protected DataDoubleArray tData
protected DataDoubleArray.DataInfoDoubleArray tDataInfo
protected DataFunction data
protected DataFunction.DataInfoFunction dataInfo
protected final DataTag tTag
protected final DataTag tag
protected final AtomTestRandom atomTest
protected final AtomNbrClusterer clusterer
protected final int[][] clusterSize
protected final int numAtoms
protected final int[] clusterStack
protected final boolean[] isVisited
protected final Space space
protected final Vector[] r
public void setNbrMax(double nbrMax)
public double getNbrMax()
public void setImmFracs(double[] newImmFracs)
public void reset()
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