imce.oti.mof.magicdraw.dynamicscripts.tiwg
OCL-like select (filter) + collect (downcast)
OCL:
s->select(oclIsKindOf(V))->collect(oclAsType(V))
Scala:
import Utils.selectable s.select { case v: V => v }
A type of elements
A collection type