public interface IloMap
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
This method returns the name of the map.
|
int |
getNbDim()
This method returns the dimension of the map i.e the number of indexers.
|
int |
getNonEmptySlotSize() |
int |
getSize()
This method returns an integer specifying the size of the invoking array.
|
int |
getTotalSize()
This method returns the total number of values that are in this array.
|
ilog.concert.IloDiscreteDataCollectionArray |
makeMapIndexer()
Retrieves the indices of an array.
|
void |
setName(java.lang.String name)
This method sets the name of the map to
name. |
int getNbDim()
M[1..5][1..2] M.getNbDim( ) returns 2.int getSize()
M[1..5][1..2] M.getSize( ) returns 5.
M.getSub( 1 ).IloMap.getSize( ) returns 2.int getTotalSize()
M[1..5][1..2] M.getTotalSize( ) returns 10.
M.getSub(1).IloMap.getTotalSize( ) returns 2.int getNonEmptySlotSize()
java.lang.String getName()
void setName(java.lang.String name)
name.ilog.concert.IloDiscreteDataCollectionArray makeMapIndexer()