IDataSource
public class MeterVirialBD extends java.lang.Object implements IDataSource
Modifier and Type | Field | Description |
---|---|---|
protected static java.math.BigDecimal |
BDZERO |
|
protected ClusterAbstract[] |
clusters |
Constructor | Description |
---|---|
MeterVirialBD(ClusterAbstract[] aClusters) |
Constructor for MeterVirial.
|
Modifier and Type | Method | Description |
---|---|---|
BoxCluster |
getBox() |
|
ClusterAbstract[] |
getClusters() |
|
IData |
getData() |
|
IDataInfo |
getDataInfo() |
|
DataTag |
getTag() |
|
void |
setBox(BoxCluster newBox) |
protected static final java.math.BigDecimal BDZERO
protected final ClusterAbstract[] clusters
public MeterVirialBD(ClusterAbstract[] aClusters)
public IDataInfo getDataInfo()
getDataInfo
in interface IDataSource
public DataTag getTag()
getTag
in interface IDataSource
public IData getData()
getData
in interface IDataSource
public ClusterAbstract[] getClusters()
public BoxCluster getBox()
public void setBox(BoxCluster newBox)