blob: f4909aaee6c4155927d51a992f29b5359d451538 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2011 SAP AG 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:
* SAP AG - initial API and implementation
******************************************************************************
* $Id: ScopingContext.java,v 1.1 2011/02/07 17:16:09 auhl Exp $
*/
package configuration.businessconfiguration;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Scoping Context</b></em>'.
* <!-- end-user-doc -->
*
*
* @see configuration.businessconfiguration.BusinessconfigurationPackage#getScopingContext()
* @model
* @generated
*/
public interface ScopingContext extends EObject {
} // ScopingContext