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

This is the interface used by custom data source implementations. Refer also to the Interfaces User's Manual.
See Also:
IloOplDataSourceBaseI, IloOplDataSource, IloOplModel, IloOplSettings
| Method Summary | |
|---|---|
public void | addIntItem(IloInt value) |
public void | addNumItem(IloNum value) |
public void | addStringItem(const char * value) |
public void | end() |
public void | endArray() |
public void | endElement() |
public void | endIndexedArray() |
public void | endItemTupleIndex() |
public void | endNamedTuple() |
public void | endSet() |
public void | endTuple() |
public void | restartElement(const char * name) |
public void | setItemIntIndex(IloInt value) |
public void | setItemName(const char * name) |
public void | setItemNumIndex(IloNum value) |
public void | setItemStringIndex(const char * value) |
public void | startArray() |
public void | startElement(const char * name) |
public void | startIndexedArray() |
public void | startItemTupleIndex() |
public void | startNamedTuple() |
public void | startSet() |
public void | startTuple() |
| Method Detail |
|---|
Adds the item value.
| value |
The value you want to assign to the item.
|
Adds the item value.
| value |
The value you want to assign to the item.
|
Adds the item value.
| value |
The value you want to assign to the item.
|
Clears the memory used by this object
End an array.
End an element.
End an indexed array.
End the next item's index.
End a named tuple.
End a set.
End a tuple.
Continue defining a named data element.
| name |
The name of the element.
|
Sets the next item's index.
| value |
The value you want to assign to the next item's index.
|
Sets the next item's component name.
| name |
The name of the next component you want to assign to.
|
Sets the next item's index.
| value |
The value you want to assign to the next item's index.
|
Sets the next item's index.
| value |
The value you want to assign to the next item's index.
|
Start defining an array.
Start defining a named data element.
| name |
The name of the element.
|
Starts defining an indexed array, providing item indices and values.
Starts the next item's index.
Starts defining a named tuple, providing component names and values.
Starts defining a set.
Starts defining a tuple.