Package empro :: Module empro :: Module datasource :: Class ValueListDataSet
[frames] | no frames]

Class ValueListDataSet

core.Updatable --+            
                 |            
   core.Selectable --+        
                     |        
     core.Attributable --+    
                         |    
                   DataSet --+
                             |
                            ValueListDataSet

Dataset to represent a simple list of numeric values.

Class Hierarchy for ValueListDataSet
Class Hierarchy for ValueListDataSet

constructor ValueListDataSet(iId, iName):

Instance Methods
list{float}
data()
Returns the data.
None
setData(iData)
Sets the data.

Inherited from DataSet: __abs__, __add__, __div__, __getitem__, __len__, __mul__, __neg__, __pos__, __pow__, __radd__, __rdiv__, __rmul__, __rpow__, __rsub__, __rtruediv__, __sub__, __truediv__, addDimension, at, atValue, bounds, canModifyDimensions, dataType, dimension, dimensions, flat, getUnitClass, insertDimension, isContinuousDimension, isUniformlySampled, magnitudeBounds, numberOfDimensions, reciprocal, removeDimension, replaceDimension, setUnitClass, size

Inherited from core.Attributable: addAttribute, attributeNames, getAttribute, removeAttribute, setAttribute

Inherited from core.Selectable: clone, isSelected

Inherited from core.Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties

Inherited from DataSet: id, unitClass

Inherited from core.Selectable: metaData, name, notes

Method Details

setData(iData)

 

Sets the data.

Parameters:
  • iData (list{float}) - The data to assign to this data set.
Returns: None