[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.m2m] Re: [ATL] href in IN model

Miguel Llácer schrieb:

I am doing a transformation and I want to compare the value of instance.type (which is Class->EncapsuledClassifer,BehavioredClassifer) with UML!Class but I don't know how do this.


What do mean with compare ?
Do you want to test instance.type is a Type of "uml::Class" ?
It would be instance.type.oclIsTypeOf(UML!"uml::Class") .

urs.