Generating the Concert model
Once you have specified your data source, you can generate the Concert model for your OPL model.
C++
opl.generate();
Java
opl.generate();
.NET (Visual Basic)
opl.Generate()
This method also loads the model into the engine instance passed earlier.