公共接口IloTuple
IloTupleSet(由索引指向)的一行。 不应直接创建IloTuple对象。 您应该使用 "IloTupleSet.makeTuple(int)来创建它们。 | 修饰符和类型 | 方法和说明 |
|---|---|
ilog.concert.IloAnyCollection |
getAnyCollectionValue(int index)返回调用元组中给定列的 "
IloAnyCollection值。 |
ilog.concert.IloAnyCollection |
getAnyCollectionValue(java.lang.String col)返回调用元组中给定列的 "
IloAnyCollection值。 |
int |
getIndex()返回调用元组在其元组集中的位置。
|
ilog.concert.IloIntCollection |
getIntCollectionValue(int index)返回调用元组中给定列的 "
IloIntCollection值。 |
ilog.concert.IloIntCollection |
getIntCollectionValue(java.lang.String col)返回调用元组中给定列的 "
IloIntCollection值。 |
IloIntMap |
getIntMapValue(int index)返回调用元组中给定列的 "
IloIntMap值。 |
IloIntMap |
getIntMapValue(java.lang.String col)返回调用元组中给定列的 "
IloIntMap值。 |
ilog.concert.IloIntSet |
getIntSetValue(int index)返回调用元组中给定列的 "
IloIntSet值。 |
ilog.concert.IloIntSet |
getIntSetValue(java.lang.String col)返回调用元组中给定列的 "
IloIntSet值。 |
int |
getIntValue(int index)返回调用元组中给定列的整数值,如果列类型不是 "
int,则会产生执行错误。 |
int |
getIntValue(java.lang.String col)以整数形式返回调用元组中给定列的值。
|
ilog.concert.IloNumCollection |
getNumCollectionValue(int index)返回调用元组中给定列的 "
IloNumCollection值。 |
ilog.concert.IloNumCollection |
getNumCollectionValue(java.lang.String col)返回调用元组中给定列的 "
IloNumCollection值。 |
IloNumMap |
getNumMapValue(int index)返回调用元组中给定列的 "
IloNumMap值。 |
IloNumMap |
getNumMapValue(java.lang.String col)返回调用元组中给定列的 "
IloNumMap值。 |
ilog.concert.IloNumSet |
getNumSetValue(int index)返回调用元组中给定列的 "
IloNumSet值。 |
ilog.concert.IloNumSet |
getNumSetValue(java.lang.String col)返回调用元组中给定列的 "
IloNumSet值。 |
double |
getNumValue(int index)返回调用元组中给定列的数值,如果列类型不兼容,则会产生执行错误。
|
double |
getNumValue(java.lang.String col)以浮点数形式返回调用元组中给定列的值。
|
IloTupleSchema |
getSchema()返回已创建元组的模式。
|
java.lang.String |
getStringValue(int index)以字符串形式返回调用元组中给定列的值。
|
java.lang.String |
getStringValue(java.lang.String col)以字符串形式返回调用元组中给定列的值。
|
IloSymbolSet |
getSymbolSetValue(int index)返回调用元组中给定列的 "
IloSymbolSet值。 |
IloSymbolSet |
getSymbolSetValue(java.lang.String col)返回调用元组中给定列的 "
IloSymbolSet值。 |
IloTuple |
makeTupleValue(int index)创建并返回调用元组中给定列的 "
IloTuple值。 |
IloTuple |
makeTupleValue(java.lang.String col)创建并返回调用元组中给定列的 "
IloTuple值。 |
void |
setIndex(int i)设置指向集合的索引。
|
intgetIntValue(intindex)
int,则会产生执行错误。doublegetNumValue(intindex)
java.lang.String getStringValue(intindex)
IloTuple makeTupleValue(intindex)
IloTuple值。ilogilog.concert.IloIntCollection getIntCollectionValue(intindex)
IloIntCollection值。 IloTupleSet仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。ilogilog.concert.IloNumCollection getNumCollectionValue(intindex)
IloNumCollection值。 IloTupleSet仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。ilogilog.concert.IloAnyCollection getAnyCollectionValue(intindex)
IloAnyCollection值。 IloTupleSet仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。IloIntMap getIntMapValue(intindex)
IloIntMap值。 IloTupleSet仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。IloNumMap getNumMapValue(intindex)
IloNumMap值。 IloTupleSet仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。intgetIntValue(javalang.Stringcol)
doublegetNumValue(javalang.Stringcol)
java.lang.String getStringValue(java.lang.Stringcol)
IloTuple makeTupleValue(javalang.Stringcol)
IloTuple值。ilogilog.concert.IloIntSet getIntSetValue(intindex)
IloIntSet值。 IloTuple仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。ilogilog.concert.IloIntSet getIntSetValue(javalang.Stringcol)
IloIntSet值。 IloTuple仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。ilogilog.concert.IloNumSet getNumSetValue(intindex)
IloNumSet值。 IloTuple仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。ilogilog.concert.IloNumSet getNumSetValue(javalang.Stringcol)
IloNumSet值。 IloTuple仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。IloSymbolSet'getSymbolSetValue(int索引)
IloSymbolSet值。 IloTuple仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。IloSymbolSet getSymbolSetValue(java.lang.Stringcol)
IloSymbolSet值。 IloTuple仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。ilogilog.concert.IloIntCollection getIntCollectionValue(javalang.Stringcol)
IloIntCollection值。 IloTuple仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。ilogilog.concert.IloNumCollection getNumCollectionValue(javalang.Stringcol)
IloNumCollection值。 IloTupleSet仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。ilogilog.concert.IloAnyCollection getAnyCollectionValue(javalang.Stringcol)
IloAnyCollection值。 IloTupleSet仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。IloIntMap getIntMapValue(javalang.Stringcol)
IloIntMap值。 IloTupleSet仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。IloNumMap getNumMapValue(javalang.Stringcol)
IloNumMap值。 IloTupleSet仍然是收藏的所有者。 如果列类型不兼容,则会产生错误。IloTupleSchema getSchema()
voidsetIndex(inti)
intgetIndex()