org.virbo.dataset
Class TagGenDataSet

java.lang.Object
  extended by org.virbo.dataset.AbstractDataSet
      extended by org.virbo.dataset.IndexGenDataSet
          extended by org.virbo.dataset.TagGenDataSet
All Implemented Interfaces:
MutablePropertyDataSet, QDataSet

public class TagGenDataSet
extends IndexGenDataSet


Field Summary
 
Fields inherited from class org.virbo.dataset.AbstractDataSet
properties
 
Fields inherited from interface org.virbo.dataset.QDataSet
CACHE_TAG, CADENCE, COORDINATE_FRAME, DELTA_MINUS, DELTA_PLUS, DEPEND_0, DEPEND_1, DEPEND_2, FILL_VALUE, LABEL, MAX_PLANE_COUNT, MAX_RANK, MONOTONIC, NAME, PLANE_0, QUBE, RENDER_TYPE, SCALE_TYPE, TITLE, TYPICAL_MAX, TYPICAL_MIN, UNITS, USER_PROPERTIES, VALID_MAX, VALID_MIN, WEIGHTS_PLANE
 
Constructor Summary
TagGenDataSet(int length, double scale, double offset)
          Creates a new instance of TagGenDataSet
 
Method Summary
 double value(int i)
          rank 1 accessor.
 
Methods inherited from class org.virbo.dataset.IndexGenDataSet
length, rank
 
Methods inherited from class org.virbo.dataset.AbstractDataSet
length, length, property, property, property, putProperty, putProperty, putProperty, toString, value, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagGenDataSet

public TagGenDataSet(int length,
                     double scale,
                     double offset)
Creates a new instance of TagGenDataSet

Method Detail

value

public double value(int i)
Description copied from interface: QDataSet
rank 1 accessor.

Specified by:
value in interface QDataSet
Overrides:
value in class IndexGenDataSet