IDataSourcepublic 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 IDataSourcepublic DataTag getTag()
getTag in interface IDataSourcepublic IData getData()
getData in interface IDataSourcepublic ClusterAbstract[] getClusters()
public BoxCluster getBox()
public void setBox(BoxCluster newBox)