package org.das2.qds; /** * Wraps a dataset, making the properties mutable. This is also intended to be base class for extension. * @author jbf * @see WritableDataSetWrapper which makes the values writable. */ public class DataSetWrapper extends AbstractDataSet { QDataSet ds; public DataSetWrapper( QDataSet ds ) { this.ds= ds; for ( int i=0; i