ContentsIndexHome
PreviousUpNext
ISession.openSet Method

Opens and creates an ISetData object that represents the data of the AIMMS set identifier with the provided name. 

 

Java
ISetData openSet(String name);
Parameters 
Description 
String name 
The name of the AIMMS set identifier.  

An instance of an ISetData object. 

 

Throws an InvalidUseException if the model has no set identifier with the supplied name.