The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Read current status in Java
Hi all,
when I invoke RapidMinter into an own Java application, is there any way to "read" the current status which would be shown in the status bar when using the GUI?
I already had a look at http://rapid-i.com/api/rapidminer-5.1/com/rapidminer/gui/tools/StatusBar.html, but can't see any methods to "read" the current status.
Regards
Merlot
ps
I'm sorry. I wanted to place this thread into "Problems and Support" and not into "Getting Started". Maybe a mod wants to move this thread.
when I invoke RapidMinter into an own Java application, is there any way to "read" the current status which would be shown in the status bar when using the GUI?
I already had a look at http://rapid-i.com/api/rapidminer-5.1/com/rapidminer/gui/tools/StatusBar.html, but can't see any methods to "read" the current status.
Regards
Merlot
ps
I'm sorry. I wanted to place this thread into "Problems and Support" and not into "Getting Started". Maybe a mod wants to move this thread.
0
Answers
you can use the ProcessListener interface for that. Just register an implementation of it to the root operator of your process, and you will be notified of any progress updates. Regards,
Marco