blob: 3fcca611bc0e82e8740c87a76d6dd3db3179d52f [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2008 IBM Corporation 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:
* IBM Corporation - initial API and implementation
****************************************************************************/
package org.eclipse.gmf.runtime.notation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Shape</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getShape()
* @model
* @generated
* @since 1.2
* @noimplement This interface is not intended to be implemented by clients.
*/
public interface Shape extends Node, ShapeStyle {
} // Shape