blob: bbc0c366b41e4f7b39f08b5a74af849d0e35b2a7 [file] [log] [blame]
/*
* Copyright (c) 2009 Borland Software Corporation
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Alexander Shatalin (Borland) - initial API and implementation
*/
modeltype ecore uses "http://www.eclipse.org/emf/2002/Ecore";
library EMFUtils;
/*
* This file contains a set of qvto queries duplicating corresponding queries
* from same native library and can be important to compile corresponding
* templates in a workspace.
*
* This file should NOT be deployed to final .jar - original native library
* implementation (registered via plugin.xml) should be used on execution time.
*/
helper getReferencingObjects(target : ecore::EObject) : Sequence(ecore::EObject) {
return null;
}
query EObject::uriFragment() : String {
return null;
}
query EObject::uri() : String {
return null;
}