Sign in
eclipse
/
mmt
/
org.eclipse.qvto
/
c14ff0cbefaf812bc90c1fbc80c55b4baec9967b
/
.
/
tests
/
org.eclipse.m2m.tests.qvt.oml
/
unparserTestData
/
sources
/
allinstances
/
allinstances.qvto
blob: 7124ce9a7943bd11b61a6d874d362501d33e0e92 [
file
] [
log
] [
blame
]
transformation allinstances
;
modeltype ECORE uses
'http://www.eclipse.org/emf/2002/Ecore'
;
mapping main
(
pack
:
ecore
::
EPackage
):
ecore
::
EPackage
{
name
:=
pack
.
allInstances
(
ecore
::
EClass
)->
asSequence
()->
first
().
name
;
}