blob: af01ffdb953aa9606184db6479a3ac6f405f22e5 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2007, 2009 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;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>Multi
* Diagram Link Style</b></em>'. <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.gmf.runtime.notation.MultiDiagramLinkStyle#getDiagramLinks
* <em>Diagram Links</em>}</li>
* </ul>
*
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getMultiDiagramLinkStyle()
* @model
* @generated
*/
public interface MultiDiagramLinkStyle extends Style {
/**
* Returns the value of the '<em><b>Diagram Links</b></em>' reference list. The
* list contents are of type {@link org.eclipse.gmf.runtime.notation.Diagram}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Diagram Links</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Diagram Links</em>' reference list.
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getMultiDiagramLinkStyle_DiagramLinks()
* @model type="org.eclipse.gmf.runtime.notation.Diagram"
* @generated
*/
EList getDiagramLinks();
} // MultiDiagramLinkStyle