James Sharp Messages: 20 Registered: September 2010
Junior Member
Hi Chaps,
I have been having to write some operations to traverse my source meta-model and there is some recuscion involved.
That is, I have a superclass ProcessExpression and the specialisations of this can then contain a ProcessExpression using the nestedStatement reference.
However when I try and traverse a model and explore all the nestedStatement references I get the error message that my operation does not exist whenever I call it from inside itself.
How do I call the method from within itself in EOL/ETL please?
There shouldn't be a problem calling a method from itself. Could you
please send me the latest version of your code?
Cheers,
Dimitris
James Sharp wrote:
> Hi Chaps,
>
> I have been having to write some operations to traverse my source
> meta-model and there is some recuscion involved.
>
> That is, I have a superclass ProcessExpression and the specialisations
> of this can then contain a ProcessExpression using the nestedStatement
> reference.
> However when I try and traverse a model and explore all the
> nestedStatement references I get the error message that my operation
> does not exist whenever I call it from inside itself.
>
> How do I call the method from within itself in EOL/ETL please?
>
> Many Thanks,
>
> James