DataSourceIndependent
, IDataSource
public 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 IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
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