ContentsIndexHome
PreviousUpNext
ISession.openProcedure Method

Opens and creates an IProcedure object that represents the AIMMS procedure with the provided name. 

 

Java
IProcedure openProcedure(String name);
Parameters 
Description 
String name 
The name of the procedure.  

An instance of an IProcedure object. 

 

AIMMS (and thus the AIMMS SDK) does not support running functions, see AIMMS feature support.