blob: 4c7bd03ec29b8fb2e32c250d194ff06c3f68c1b7 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2008 IBM Corporation and others.
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
package org.eclipse.gmf.runtime.notation;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>Standard
* Diagram</b></em>'. <!-- end-user-doc -->
*
*
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getStandardDiagram()
* @model
* @generated
* @since 1.2
*/
public interface StandardDiagram extends Diagram, DiagramStyle {
} // StandardDiagram