org.virbo.dataset
Interface RankZeroDataSet


public interface RankZeroDataSet

interface provide access to a rank 0 dataset, which can be thought of as a scalar (and set of correlated scalars) with metadata.


Method Summary
 java.lang.Object property(java.lang.String name)
           
 double value()
          rank 0 accessor.
 

Method Detail

value

double value()
rank 0 accessor.

Returns:
the scalar value stored in this dataset.
Throws:
java.lang.IllegalArgumentException - if the dataset is not rank 0.

property

java.lang.Object property(java.lang.String name)