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

create a process

edgardoedgardo Member Posts: 1 Learner III
edited November 2018 in Help
Hi, i want to know if there's a way to  create a process in java, no using something like that:

  Process process = new Process(new File("rmp file path"));

i want to create that rpm file.

thanks

Tagged:

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM Engineering
    Hi,

    the .rmp file contains nothing more than the XML String representation of the process. So you can create a .rmp file yourself, write process XML to it and voilà.

    Regards,
    Marco
Sign In or Register to comment.