ContentsIndexHome
PreviousUpNext
ITuple Interface

Object that represents an AIMMS tuple. For a more convenient (but less efficient in terms of performance) variant see the Tuple class. 

Tuples can be created using createTuple on an IMultiDimData, IDataView or IIterator.

C#
public interface ITuple;
Name 
Description 
The following tables list the members exposed by ITuple. 
Public Methods
 
Name 
Description 
 
Returns a new ITuple with the same content.  
 
Closes and invalidates this tuple.  
 
copy 
Copies the content of the source ITuple to this ITuple.  
 
Returns whether all elements in this tuple are valid with respect to their associated sets.  
 
Assigns a Tuple to this ITuple object  
Public Indexers
 
Name 
Description 
 
this 
Gets the IElement on the specified dimension.  
 
Name 
Description 
 
The dimension of the tuple.  
 
A value indicating whether the ITuple is read-only. Read-only tuples do not support the close, copy and setTuple methods.