| [news.eclipse.modeling.m2m] Re: succesive "collect" |
Hello,
e.g. in your case:
classes <- DSLC!StructureElement.allInstances() -> collect(e|e.chapiter) -> flatten() -> collect(c | thisModule.SE2C(c) )
Best regards,
William
Good afternoon,
can we applicate two succesive "collect" like this
"classes <- DSLC!StructureElement.allInstances()->collect(e|e.chapiter='true')->collect(c | thisModule.SE2C(c) )"
thank you