public interface IloTuple
IloTupleSet (pointed to by the
index). You should not create IloTuple objects directly. You should create them using
IloTupleSet.makeTuple(int). | Modifier and Type | Method and Description |
|---|---|
ilog.concert.IloAnyCollection |
getAnyCollectionValue(int index)
Returns the
IloAnyCollection value of the given column of the invoking tuple. |
ilog.concert.IloAnyCollection |
getAnyCollectionValue(java.lang.String col)
Returns the
IloAnyCollection value of the given column of the invoking tuple. |
int |
getIndex()
Returns the position of the invoking tuple in its tuple set.
|
ilog.concert.IloIntCollection |
getIntCollectionValue(int index)
Returns the
IloIntCollection value of the given column of the invoking tuple. |
ilog.concert.IloIntCollection |
getIntCollectionValue(java.lang.String col)
Returns the
IloIntCollection value of the given column of the invoking tuple. |
IloIntMap |
getIntMapValue(int index)
Returns the
IloIntMap value of the given column of the invoking tuple. |
IloIntMap |
getIntMapValue(java.lang.String col)
Returns the
IloIntMap value of the given column of the invoking tuple. |
ilog.concert.IloIntSet |
getIntSetValue(int index)
Returns the
IloIntSet value of the given column of the invoking tuple. |
ilog.concert.IloIntSet |
getIntSetValue(java.lang.String col)
Returns the
IloIntSet value of the given column of the invoking tuple. |
int |
getIntValue(int index)
Returns the integer value of the given column of the invoking tuple and produces an execution
error if the column type is not
int. |
int |
getIntValue(java.lang.String col)
Returns the value of the given column of the invoking tuple as an integer.
|
ilog.concert.IloNumCollection |
getNumCollectionValue(int index)
Returns the
IloNumCollection value of the given column of the invoking tuple. |
ilog.concert.IloNumCollection |
getNumCollectionValue(java.lang.String col)
Returns the
IloNumCollection value of the given column of the invoking tuple. |
IloNumMap |
getNumMapValue(int index)
Returns the
IloNumMap value of the given column of the invoking tuple. |
IloNumMap |
getNumMapValue(java.lang.String col)
Returns the
IloNumMap value of the given column of the invoking tuple. |
ilog.concert.IloNumSet |
getNumSetValue(int index)
Returns the
IloNumSet value of the given column of the invoking tuple. |
ilog.concert.IloNumSet |
getNumSetValue(java.lang.String col)
Returns the
IloNumSet value of the given column of the invoking tuple. |
double |
getNumValue(int index)
Returns the numeric value of the given column of the invoking tuple and produces an execution
error if the column type is not compatible.
|
double |
getNumValue(java.lang.String col)
Returns the value of the given column of the invoking tuple as floating-point number.
|
IloTupleSchema |
getSchema()
Returns the schema of the created tuple.
|
java.lang.String |
getStringValue(int index)
Returns the value of the given column of the invoking tuple as a string.
|
java.lang.String |
getStringValue(java.lang.String col)
Returns the value of the given column of the invoking tuple as a string.
|
IloSymbolSet |
getSymbolSetValue(int index)
Returns the
IloSymbolSet value of the given column of the invoking tuple. |
IloSymbolSet |
getSymbolSetValue(java.lang.String col)
Returns the
IloSymbolSet value of the given column of the invoking tuple. |
IloTuple |
makeTupleValue(int index)
Creates and returns the
IloTuple value of the given column of the invoking tuple. |
IloTuple |
makeTupleValue(java.lang.String col)
Creates and returns the
IloTuple value of the given column of the invoking tuple. |
void |
setIndex(int i)
Sets the index that points to the collection.
|
int getIntValue(int index)
int.double getNumValue(int index)
java.lang.String getStringValue(int index)
IloTuple makeTupleValue(int index)
IloTuple value of the given column of the invoking tuple.ilog.concert.IloIntCollection getIntCollectionValue(int index)
IloIntCollection value of the given column of the invoking tuple. The
IloTupleSet remains the owner of the collection. Produces an error if the column
type is not compatible.ilog.concert.IloNumCollection getNumCollectionValue(int index)
IloNumCollection value of the given column of the invoking tuple. The
IloTupleSet remains the owner of the collection. Produces an error if the column
type is not compatible.ilog.concert.IloAnyCollection getAnyCollectionValue(int index)
IloAnyCollection value of the given column of the invoking tuple. The
IloTupleSet remains the owner of the collection. Produces an error if the column
type is not compatible.IloIntMap getIntMapValue(int index)
IloIntMap value of the given column of the invoking tuple. The
IloTupleSet remains the owner of the collection. Produces an error if the column
type is not compatible.IloNumMap getNumMapValue(int index)
IloNumMap value of the given column of the invoking tuple. The
IloTupleSet remains the owner of the collection. Produces an error if the column
type is not compatible.int getIntValue(java.lang.String col)
double getNumValue(java.lang.String col)
java.lang.String getStringValue(java.lang.String col)
IloTuple makeTupleValue(java.lang.String col)
IloTuple value of the given column of the invoking tuple.ilog.concert.IloIntSet getIntSetValue(int index)
IloIntSet value of the given column of the invoking tuple. The IloTuple remains
the owner of the collection. Produces an error if the column type is not compatible.ilog.concert.IloIntSet getIntSetValue(java.lang.String col)
IloIntSet value of the given column of the invoking tuple. The IloTuple remains
the owner of the collection. Produces an error if the column type is not compatible.ilog.concert.IloNumSet getNumSetValue(int index)
IloNumSet value of the given column of the invoking tuple. The IloTuple remains
the owner of the collection. Produces an error if the column type is not compatible.ilog.concert.IloNumSet getNumSetValue(java.lang.String col)
IloNumSet value of the given column of the invoking tuple. The IloTuple remains
the owner of the collection. Produces an error if the column type is not compatible.IloSymbolSet getSymbolSetValue(int index)
IloSymbolSet value of the given column of the invoking tuple. The IloTuple
remains the owner of the collection. Produces an error if the column type is not compatible.IloSymbolSet getSymbolSetValue(java.lang.String col)
IloSymbolSet value of the given column of the invoking tuple. The IloTuple
remains the owner of the collection. Produces an error if the column type is not compatible.ilog.concert.IloIntCollection getIntCollectionValue(java.lang.String col)
IloIntCollection value of the given column of the invoking tuple. The
IloTuple remains the owner of the collection. Produces an error if the column
type is not compatible.ilog.concert.IloNumCollection getNumCollectionValue(java.lang.String col)
IloNumCollection value of the given column of the invoking tuple. The
IloTupleSet remains the owner of the collection. Produces an error if the column
type is not compatible.ilog.concert.IloAnyCollection getAnyCollectionValue(java.lang.String col)
IloAnyCollection value of the given column of the invoking tuple. The
IloTupleSet remains the owner of the collection. Produces an error if the column
type is not compatible.IloIntMap getIntMapValue(java.lang.String col)
IloIntMap value of the given column of the invoking tuple. The
IloTupleSet remains the owner of the collection. Produces an error if the column
type is not compatible.IloNumMap getNumMapValue(java.lang.String col)
IloNumMap value of the given column of the invoking tuple. The
IloTupleSet remains the owner of the collection. Produces an error if the column
type is not compatible.IloTupleSchema getSchema()
void setIndex(int i)
int getIndex()