org.virbo.dataset
Interface MutablePropertyDataSet

All Superinterfaces:
QDataSet
All Known Subinterfaces:
WritableDataSet
All Known Implementing Classes:
AbstractDataSet, BDataSet, DDataSet, FDataSet, IDataSet, IndexGenDataSet, JoinDataSet, SDataSet, Slice0DataSet, Slice1DataSet, SortDataSet, TagGenDataSet, TransposeRank2DataSet, TransposeRankNDataSet, TrimStrideWrapper

public interface MutablePropertyDataSet
extends QDataSet


Field Summary
 
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
 
Method Summary
 void putProperty(java.lang.String name, int index1, int index2, java.lang.Object value)
           
 void putProperty(java.lang.String name, int index, java.lang.Object value)
           
 void putProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from interface org.virbo.dataset.QDataSet
length, length, length, property, property, property, rank, value, value, value
 

Method Detail

putProperty

void putProperty(java.lang.String name,
                 java.lang.Object value)

putProperty

void putProperty(java.lang.String name,
                 int index,
                 java.lang.Object value)

putProperty

void putProperty(java.lang.String name,
                 int index1,
                 int index2,
                 java.lang.Object value)