Skip to main content
FRAMES NO FRAMES

Class IloCumulFunctionExprMap

Definition file: ilopl/ilomap.h
Map of IloCumulFunctionExprMapIloCumulFunctionExprMapIloCumulFunctionExprMap
This is the class for mapping a list of interval sequence variables.
Method Summary
public IloCumulFunctionExprArrayasNewCumulFunctionExprArray() const
public const IloCumulFunctionExprget(IloTuple index) const
public const IloCumulFunctionExprget(IloSymbol index) const
public const IloCumulFunctionExprget(const char * index) const
public const IloCumulFunctionExprget(IloNum index) const
public const IloCumulFunctionExprget(IloInt index) const
public IloCumulFunctionExprgetAt(IloMapIndexArray indices) const
public IloCumulFunctionExprMapgetSub(const char * index) const
public IloCumulFunctionExprMapgetSub(IloTuple index) const
public IloCumulFunctionExprMapgetSub(IloInt index) const
public IloCumulFunctionExprMapgetSub(IloNum index) const
public IloCumulFunctionExprMapoperator[](IloTuple index) const
public IloCumulFunctionExprMapoperator[](IloSymbol index) const
public IloCumulFunctionExprMapoperator[](const char * index) const
public IloCumulFunctionExprMapoperator[](IloNum index) const
public IloCumulFunctionExprMapoperator[](IloInt index) const
Method Detail

asNewCumulFunctionExprArray

public IloCumulFunctionExprArray asNewCumulFunctionExprArray() const

Returns the current object as new basic array


get

public const IloCumulFunctionExpr get(IloTuple index) const

This member function returns the element index from the map. The invoking map should be of one dimension only.

Parameters:

index
The requested element.

get

public const IloCumulFunctionExpr get(IloSymbol index) const

This member function returns the element idx from the map. The invoking map should be of one dimension only. See get(IloInt).


get

public const IloCumulFunctionExpr get(const char * index) const

This member function returns the element index from the map. The invoking map should be of one dimension only.

Parameters:

index
The requested element.

get

public const IloCumulFunctionExpr get(IloNum index) const

This member function returns the element index from the map. The invoking map should be of one dimension only.

Parameters:

index
The requested element.

get

public const IloCumulFunctionExpr get(IloInt index) const

This member function returns the element index from the map. The invoking map should be of one dimension only.

Parameters:

index
The requested element.

getAt

public IloCumulFunctionExpr getAt(IloMapIndexArray indices) const

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.

Parameters:

indices
The requested element.

getSub

public IloCumulFunctionExprMap getSub(const char * index) const

This member function returns the submap index from the map. The invoking map should have more than one dimension.


getSub

public IloCumulFunctionExprMap getSub(IloTuple index) const

This member function returns the submap index from the map. The invoking map should have more than one dimension.

see IloMap#getSub(IloInt)

getSub

public IloCumulFunctionExprMap getSub(IloInt index) const

This member function returns the submap index from the map. The invoking map should have more than one dimension.


getSub

public IloCumulFunctionExprMap getSub(IloNum index) const

This member function returns the submap index from the map. The invoking map should have more than one dimension.


operator[]

public IloCumulFunctionExprMap operator[](IloTuple index) const

Returns the submap index from the map. The invoking map should have more than one dimension.


operator[]

public IloCumulFunctionExprMap operator[](IloSymbol index) const

Returns the submap index from the map. The invoking map should have more than one dimension.


operator[]

public IloCumulFunctionExprMap operator[](const char * index) const

Returns the submap index from the map. The invoking map should have more than one dimension.


operator[]

public IloCumulFunctionExprMap operator[](IloNum index) const

Returns the submap index from the map. The invoking map should have more than one dimension.


operator[]

public IloCumulFunctionExprMap operator[](IloInt index) const

This member function returns the submap index from the map. The invoking map should have more than one dimension.