[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmt] Re: [Epsilon] Configuring HUTN file

Hi Pau,

I've forwarded your message to Louis and he should get back to you shortly.

Cheers,
Dimitrios

P.S. Could you please also start a new thread in the newsgroup for the comment you wrote on the Epsilon blog about HUTN/UML?

Pau Giner wrote:
Hello,

I'm interested in the configuration capabilities of HUTN to define identifiers and default values.

I've explored the hutnConfig metamodel but it is not clear how to use it in a HUTN definition file.

If I write the following:

...
@Configuration{
IdentifierRule "rule"{
  attribute: "id"
  classifier: "test.Test"

 }
}
...


I got an error: [Line: 8, Column: 1, Reason: Unrecognised classifier: IdentifierRule]




Is there any example of using this configuration mechanism??

Thanks.