Uses of Class
idare.imagenode.Interfaces.DataSets.NodeValue
-
Packages that use NodeValue Package Description idare.imagenode.Data.BasicDataTypes.ArrayData This package contains the basic Dataset assuming that the data consists of one sheet of information.idare.imagenode.Data.BasicDataTypes.MultiArrayData This package contains the a Dataset specification for datasets with multiple sheets of containing multiple related sets of information..idare.imagenode.Interfaces.DataSets A Package that defines interfaces and abstract basis classes for all components necessary to represent aDataSet
. -
-
Uses of NodeValue in idare.imagenode.Data.BasicDataTypes.ArrayData
Methods in idare.imagenode.Data.BasicDataTypes.ArrayData that return NodeValue Modifier and Type Method Description NodeValue
ArrayNodeData. getData(int position)
SinceArrayDataSet
s have ordered rows of data, this function can be used to get the position-th item in this data.Method parameters in idare.imagenode.Data.BasicDataTypes.ArrayData with type arguments of type NodeValue Modifier and Type Method Description void
ArrayNodeData. setData(Vector<NodeValue> Data)
Set the Data of thisArrayNodeData
. -
Uses of NodeValue in idare.imagenode.Data.BasicDataTypes.MultiArrayData
Subclasses of NodeValue in idare.imagenode.Data.BasicDataTypes.MultiArrayData Modifier and Type Class Description class
MultiArrayDataValue
ANodeValue
forMultiArrayDataSet
The Value of aNodeValue
is always the String representing the Sheet it is contained in. -
Uses of NodeValue in idare.imagenode.Interfaces.DataSets
Methods in idare.imagenode.Interfaces.DataSets with parameters of type NodeValue Modifier and Type Method Description int
NodeValue. compareTo(NodeValue o)
-