blob: 60a60d4fb9ee0820cd3410544ef08c8007aa64fd [file] [log] [blame]
/**
* Copyright (c) 2010-2012 ISBAN S.L
*
* 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:
* Ruben De Dios (ISBAN S.L)
* Andrez Alvarez Mattos (ISBAN S.L)
*/
package org.eclipse.gmf.tooling.simplemap.simplemappings;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Simple Top Node</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.gmf.tooling.simplemap.simplemappings.SimpleTopNode#getLinks <em>Links</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.gmf.tooling.simplemap.simplemappings.SimplemappingsPackage#getSimpleTopNode()
* @model
* @generated
*/
public interface SimpleTopNode extends SimpleNode, SimpleParentNode {
/**
* Returns the value of the '<em><b>Links</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.gmf.tooling.simplemap.simplemappings.SimpleLinkMapping}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Links</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Links</em>' containment reference list.
* @see org.eclipse.gmf.tooling.simplemap.simplemappings.SimplemappingsPackage#getSimpleTopNode_Links()
* @model containment="true"
* @generated
*/
EList<SimpleLinkMapping> getLinks();
} // SimpleTopNode