/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.gmf.gmfgraph; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Abstract Figure</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * This is merely an implementation artifact to get only one base implementation of Figure attributes * <!-- end-model-doc --> * * * @see org.eclipse.gmf.gmfgraph.GMFGraphPackage#getAbstractFigure() * @model abstract="true" * @generated */ public interface AbstractFigure extends Figure { } // AbstractFigure