Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » problemas ETL: operation
problemas ETL: operation [message #584777] Thu, 21 January 2010 22:07
c  is currently offline c Friend
Messages: 36
Registered: December 2009
Member
Hello Dimitrio.
I feel very much the inconveniences that I you am generating and being grateful to you very much for your help.
But I write to you because I continue having problem.
I have followed(continued) your advices and have created a new file 'UML.model'.
The problems that I have now are:

The call to the functions they are not recognized and the mistake appears 'Method ' attribute_seq ' not found '. It is to say if I write


operation attribute_seq(da:UML!DataType):modeloOR!Attribute{
var a:modeloOR!Attribute;
'attribute_seq'.println();
da.name.......
return a;
}

rule DataType2UDT
transform c:UML!DataType
to s:modeloOR!StructuredType,a:modeloOR!Attribute{
s.attribute:=attribute_seq(c);
}


But if I write the following code if that recognizes it.


operation attribute_seq(){

'attribute_seq'.println();
da.name.......
}

rule DataType2UDT
transform c:UML!DataType
to s:modeloOR!StructuredType,a:modeloOR!Attribute{
attribute_seq();
}

The problem this one when the function has parameters.


The second mistake is that the assignment s. Model: = package (); it continues without working. But in the model if that exists the variable 'Model'

Thank you very much
Previous Topic:problemas ETL: operation
Next Topic:problemas ETL: operation
Goto Forum:
  


Current Time: Thu Apr 25 07:23:34 GMT 2024

Powered by FUDForum. Page generated in 0.03235 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top