ContentsIndexHome
PreviousUpNext
AIMMS PRO API

Welcome to the AIMMS PRO API. 

 

The AIMMS PRO API allows you interact with the applications and jobs on the AIMMS PRO server.

Name 
Description 
The API comes with a sample program that shows the several aspects below of working with the AIMMS PRO api. You can find it in the Examples folder.
 
Instead of using the default JobInteractor, you can also create a new specialization of the JobInteractor, overriding it's onError, onHandle and onFinish methods.

It might make sense to make your own specialization if you want to interact with multiple jobs at the same time. You have to be aware that these methods are invoked on different threads then the main thread and they might also execute in parallel. It is then also your responsibility to handle the threading issues to might arise. By overriding these methods you will break the waitForEvents logic if you do not call their default implementation.... more 
Copyright (c) 1993–2018 by AIMMS B.V. All rights reserved