ContentsIndexHome
PreviousUpNext
IData Interface

Base class that represents an AIMMS identifier that holds data. 

Data objects can be created on the ISession, using openData, openSet, openScalar or openMultiDim.

Java
public interface IData extends IAimmsObject;
Name 
Description 
The following tables list the members exposed by IData. 
Public Methods
 
Name 
Description 
 
Empties the data and resets all pending errors. 
 
Returns the current number of non-default values of the data.
 
 
Returns the dimension of the data.
 
 
Returns the DataType corresponding with the type of this instance of IData (IMultiDimData, ISetData or IScalarData).
 
 
Returns the ValueType of the data (double, int, IElement, String or boolean).