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

Extend this class to connect an OPL model to custom data. Refer also to the Interfaces User's Manual.
See Also:
IloOplModel, IloOplDataSource, IloOplDataHandler, IloOplDataElements
| Method Summary | |
|---|---|
public IloOplDataHandler | getDataHandler() const |
public virtual const char * | getDataSourceName() const |
public IloOplErrorHandler | getErrorHandler() const |
protected | IloOplDataSourceBaseI(IloEnv env) |
public virtual void | read() const |
public | ~IloOplDataSourceBaseI() |
| Method Detail |
|---|
Constructor for extending classes.
Returns the data handler OPL uses to process this data.
Use this instance to send creation events from the read() method.
IloOplDataHandler used. Implement this abstract method to name your data source.
Returns the error handler OPL uses to process this data. Use this instance to report errors and warnings.
IloOplErrorHandler used. Implement this abstract method to send your data to a data handler. OPL will call this method when it processes external model data.