Represents a procedure (i.e. not a function) in an AIMMS model.
Procedure objects can be created using openProcedure on the ISession.
public interface IProcedure extends IAimmsObject;
Name |
Description |
The following tables list the members exposed by IProcedure. |
|
Name |
Description |
![]() |
Aborts run. | |
![]() |
Returns the IData object associated with the given n-th argument. | |
![]() |
Returns the number of procedure arguments. | |
![]() |
Runs the procedure. |