[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmt] [Epsilon] Configuring HUTN file
|
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.