blob: d7b99e93f7cd0e8bd67c24634a14db1cb4b24e28 [file] [log] [blame]
/**
* Copyright (c) 2015 Obeo.
* 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:
* Obeo - initial API and implementation and/or initial documentation
* ...
*
*/
package org.eclipse.intent.mapping;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.intent.mapping.base.ILocationContainer;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>Location Container</b></em>'. <!--
* end-user-doc -->
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.intent.mapping.LocationContainer#getContents <em>Contents</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.intent.mapping.MappingPackage#getLocationContainer()
* @model interface="true" abstract="true"
* @generated NOT
*/
public interface LocationContainer extends EObject, ILocationContainer {
} // LocationContainer