blob: 989cd57627aa42887bbd67863772f40a7d0938dc [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2008 E.D.Willink and others.
* 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:
* E.D.Willink - initial API and implementation
*
* </copyright>
*
* $Id: AbstractOutlineElement.java,v 1.1 2008/08/24 18:56:21 ewillink Exp $
*/
package org.eclipse.qvt.declarative.editor;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Abstract Outline Element</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvt.declarative.editor.EditorPackage#getAbstractOutlineElement()
* @model abstract="true"
* @generated
*/
public interface AbstractOutlineElement extends EObject {
} // AbstractOutlineElement