IDataSource
public class MeterDensity extends DataSourceScalar
data, dataInfo, tag
Constructor | Description |
---|---|
MeterDensity(Box box) |
Modifier and Type | Method | Description |
---|---|---|
Box |
getBox() |
|
double |
getDataAsScalar() |
Returns a single scalar value as the measurement for the given box.
|
ISpecies |
getSpecies() |
|
void |
setSpecies(ISpecies s) |
getData, getDataDouble, getDataInfo, getTag
public MeterDensity(Box box)
public void setSpecies(ISpecies s)
public ISpecies getSpecies()
public double getDataAsScalar()
DataSourceScalar
getDataAsScalar
in class DataSourceScalar
public Box getBox()