blob: e9b0f0df3b27cae71542559b217dee0b98d10c94 [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>List 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#getListCompartment()
* @model
* @generated
* @since 1.2
*/
public interface ListCompartment extends BasicCompartment, SortingStyle, FilteringStyle, TitleStyle {
} // ListCompartment