Class MultiArrayDataValue
- java.lang.Object
-
- idare.imagenode.Interfaces.DataSets.NodeValue
-
- idare.imagenode.Data.BasicDataTypes.MultiArrayData.MultiArrayDataValue
-
- All Implemented Interfaces:
Serializable
,Comparable<NodeValue>
public class MultiArrayDataValue extends NodeValue
ANodeValue
forMultiArrayDataSet
The Value of aNodeValue
is always the String representing the Sheet it is contained in.- Author:
- Thomas Pfau
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiArrayDataValue(Comparable ColorValue)
Generate a new NodeValue based on a specific ColorValue (likely the sheet name).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector<Double>
getEntryData()
Get the Line Data stored in this valuevoid
setEntryData(Vector<Double> yValues)
Set the Line Data for thisNodeValue
.
-
-
-
Constructor Detail
-
MultiArrayDataValue
public MultiArrayDataValue(Comparable ColorValue)
Generate a new NodeValue based on a specific ColorValue (likely the sheet name).- Parameters:
ColorValue
- The Colorvalues (strings or doubles).
-
-