Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IloOplProject

IloObject
   |
   +--IloOplProject

Description:
The instances of this class help access run configurations configured in an OPL project file by associating model and data.

Relative file paths are resolved relatively to the path of the current model file.

See the Overview for a general presentation of the ILOG Script extensions for OPL.

Iterating properties:
Default behavior.
Index resolution:
Default behavior.
Available for:
all
See also:
IloOplRunConfiguration

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IloOplProject(prjPath)
Method Summary
Method Attributes Method Name and Description
flow control
Creates a new run configuration, as configured by the OPL project.
Methods inherited from class IloObject
end
Constructor Detail
IloOplProject
IloOplProject(prjPath)
Parameters:
prjPath - The path to the project folder.
Method Detail
makeRunConfiguration
{IloOplRunConfiguration} makeRunConfiguration(name)
Creates a new run configuration, as configured by the OPL project.

The caller is responsible for ending that object.

Parameters:
name - optional: The name of the run configuration. If no name is specified, the method uses the default run configuration.
Returns:
The run configuration configured in the project.
Available for:
flow control

©Copyright IBM Corp. 1987-2011.