blob: eec19498b8fd2fb39924df4a80bf88de88f02818 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2007, 2008 Obeo.
* 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
*
* </copyright>
*
* Contributors:
* Quentin Glineur - initial API and implementation
*
* $Id: LabelledModel.java,v 1.2 2008/10/09 17:21:02 qglineur Exp $
*/
package org.eclipse.qvt.declarative.execution;
public interface LabelledModel {
public String getName();
public String getAccessor();
public LabelledModel getMetamodel();
}