🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] SetName of Operator/Process

User: "zis"
New Altair Community Member
Updated by Jocelyn
Hi,

I'll need to set a name of process. Process is a root node operator with atribute name.

For example:
<operator activated="true" class="process" compatibility="5.1.014" expanded="true" name="NameOfProcess">
Now I want to rename this Process, but I dont know how. If I take a root node:
process.getRootOperator()
He has not method setName, only getName. Is any way, how to set a name of process/operator through rapidminer api (5.1)??

Thanks for ideas

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Marco_Boeck"
    New Altair Community Member
    Hi,

    process.getRootOperator().rename("Oh...");  ;)

    Regards,
    Marco
    User: "zis"
    New Altair Community Member
    OP
    Haha,

    no way :), thanks a lot and sorry for my blindness.

    Regards,
    John