[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.m2m] [ATL] Set stereotype tagged value

Hello,

I have problems to set tagged value of a stereotype. The stereotype is set in a do action just before de setValue instruction like this:
do{
out.applyStereotype(ster);
out.setValue(ster,'tagged value name',p.name);
}
out is an property.
I do a test to know if the stereotype is applied by displaying stereotypes applied with the method getAppliedSterotypes() and I get an empty Sequence.


If anyone had the same problem and solved it, it will be kind to explain me how to proceed.

Thanks