blob: a19f030d281b934226e3327b6bc731aab9df809e [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>Basic
* Compartment</b></em>'.
* <p>
* <b> Does not support addition/removal of:
* <ul>
* <li>Source Edges
* <li>Target Edges
* </ul>
* </b>
* </p>
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getBasicCompartment()
* @model
* @generated
* @since 1.2
*/
public interface BasicCompartment extends DecorationNode, DrawerStyle {
} // BasicCompartment