The following tables list the members exposed by IMultiDimData.
|
Name |
Description |
![]() ![]() |
Creates an IFilter based on the index domains of this data, such that it can be used with the openView and/or createIterator methods. | |
![]() ![]() |
Creates an iterator to iterate over the filtered data. Also initializes the iterator: Moves the current position to before the beginning of the data; a subsequent next call will find the first non-default position. | |
![]() ![]() |
Opens an IDataView on this multidimensional data. | |
![]() ![]() |
Synchronizes this data with the corresponding identifier in the AIMMS model. Flushes all modifications (including the index domains) on this data and all its views and waits for it to finish. |
|
Name |
Description |
![]() |
Creates an IElement to hold a value. Applies to element valued data only. | |
![]() |
Creates an iterator to iterate over the data. Also initializes the iterator: Moves the current position to before the beginning of the data; a subsequent next call will find the first non-default position. | |
![]() | ||
![]() |
Flushes the buffered changes to this data; if possible, this will be performed in the background. | |
![]() |
Returns the double value for the provided tuple position. | |
![]() |
Returns the IElement value for the provided tuple position. | |
![]() |
Returns a reference to the index domain on the provided dimension. | |
![]() |
Returns the int value for the provided tuple position. | |
![]() |
Returns the String value for the provided tuple position. | |
![]() |
Sets the given position to the specified value. If the specified position does not exist yet in the index domain(s), the index domain(s) will be extended. | |
![]() |
Sets the provided position to the value. | |
![]() |
Sets the values for the complete domain of the data, by passing all the values as a dense array. | |
![]() |
Sets the values for the complete domain of the data, by passing all the values as a dense array. | |
![]() | ||
![]() |
Verifies that the current values are valid in the domain of the IData. | |
![]() |
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). | |
![]() | ||
![]() |
Closes the reference and invalidates the object. | |
![]() |
Returns the fully qualified name of the associated identifier in the model. |