Base class that represents an AIMMS identifier that holds data.
Data objects can be created on the ISession, using openData, openSet, openScalar or openMultiDim.
public interface IData extends IAimmsObject;
Name |
Description |
The following tables list the members exposed by IData. |
|
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). | |
![]() |