-- @atlcompiler emftvm -- @nsURI EMFTVM=http://soft.vub.ac.be/emftvm/2011/EMFTVM -- Tests ATL compilation strategy query TestQuery = EMFTVM!Operation.allInstances()->select(r|r.test()).debug('TestQuery'); helper context EMFTVM!NamedElement def : test() : Boolean = (not self.name.oclIsUndefined()).debug('NamedElement.test()'); helper context EMFTVM!Operation def : test() : Boolean = (super.test() and not self.static).debug('Operation.test()');