| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

This is the class for mapping set of tuple elements such as IloTupleSet.
This list is indexed by sets of integers, floats, strings or tuples.
| Method Summary | |
|---|---|
public const IloTupleSet | get(IloTuple index) const |
public const IloTupleSet | get(IloSymbol index) const |
public const IloTupleSet | get(const char * index) const |
public const IloTupleSet | get(IloNum index) const |
public const IloTupleSet | get(IloInt index) const |
public IloTupleSet | getAt(IloMapIndexArray indices) const |
public IloTupleSchema | getSchema() const |
public IloTupleSetMap | getSub(const char * index) const |
public IloTupleSetMap | getSub(IloTuple index) const |
public IloTupleSetMap | getSub(IloInt index) const |
public IloTupleSetMap | getSub(IloNum index) const |
public IloTupleSetMap | operator[](IloTuple index) const |
public IloTupleSetMap | operator[](IloSymbol index) const |
public IloTupleSetMap | operator[](const char * index) const |
public IloTupleSetMap | operator[](IloNum index) const |
public IloTupleSetMap | operator[](IloInt index) const |
public void | set(IloSymbol index, IloTupleSet value) |
public void | set(IloTuple index, IloTupleSet value) |
public void | set(IloNum index, IloTupleSet value) |
public void | set(IloInt index, IloTupleSet value) |
public void | set(const char * index, IloTupleSet value) |
Inherited Methods from IloAnyCollectionMap |
|---|
endElements, get, get, get, get, get, getAt, getSub, getSub, getSub, getSub, operator[], operator[], operator[], operator[], operator[] |
| Method Detail |
|---|
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The requested element.
|
This member function returns the element idx
from the map. The invoking map should be of one dimension only.
See get(IloInt).
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The requested element.
|
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The requested element.
|
This member function returns the element index
from the map. The invoking map should be of one dimension only.
| index |
The requested element.
|
This member function returns the element corresponding to
indices from the map. The invoking map should have
as many dimensions as the size of indices.
| indices |
The requested element.
|
Returns the schema of the tuple sets that are in the map.
IloTupleSchema. This member function returns the submap index from the map. The invoking map should have more than one dimension.
This member function returns the submap index from the map. The invoking map should have more than one dimension.
see IloMap#getSub(IloInt)This member function returns the submap index from the map. The invoking map should have more than one dimension.
This member function returns the submap index from the map. The invoking map should have more than one dimension.
Returns the submap index from the map. The invoking map should have more than one dimension.
Returns the submap index from the map. The invoking map should have more than one dimension.
Returns the submap index from the map. The invoking map should have more than one dimension.
Returns the submap index from the map. The invoking map should have more than one dimension.
This member function returns the submap index from the map. The invoking map should have more than one dimension.
Sets the element index in the current map to
value. The invoking map should be of only one dimension.
| index |
The symbol element to set.
|
| value |
The value of the element.
|
Sets the element index in the current map to
value. The invoking map should be of only one dimension.
| index |
The tuple element to set.
|
| value |
The value of the element.
|
Sets the element index in the current map to
value. The invoking map should be of only one dimension.
| index |
The float element to set.
|
| value |
The value of the element.
|
Sets the element index in the current map to
value. The invoking map should be of only one dimension.
| index |
The integer element to set.
|
| value |
The value of the element.
|
Sets the element index in the current map to
value. The invoking map should be of only one dimension.
| index |
The string element to set.
|
| value |
The value of the element.
|