[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.modeling.m2m] derived classes


how to access derived classes attributes through the parent class if all derived classes are matched by parent class type? oclAsType() isn't implemented, downcasting isn't possile?


from all: A!parent( parent.oclIsTypeOf( A!derived ) )