blob: e7be28a675e6c679352b53730fa5118593176283 [file] [log] [blame]
/**
* Copyright (c) 2013, 2017 CEA LIST & LIFL
*
* 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:
* Cedric Dumoulin Cedric.dumoulin@lifl.fr - Initial API and implementation
* Quentin Le Menez quentin.lemenez@cea.fr
*
*/
package org.eclipse.papyrus.internal.infra.gmfdiag.layers.configmodel.layersconfig;
import org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.InstanciationException;
import org.eclipse.papyrus.internal.infra.gmfdiag.layers.model.layers.LayerOperatorDescriptor;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Layer Operator Config</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.internal.infra.gmfdiag.layers.configmodel.layersconfig.LayersConfigPackage#getLayerOperatorConfig()
* @model
* @generated
*/
public interface LayerOperatorConfig extends InstanciableElement {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model dataType="org.eclipse.papyrus.internal.infra.gmfdiag.layers.configmodel.layersconfig.LayerOperatorDescriptor" required="true" ordered="false" exceptions="org.eclipse.papyrus.internal.infra.gmfdiag.layers.configmodel.layersconfig.InstanciationException"
* @generated
*/
LayerOperatorDescriptor createLayersOperatorDescriptor() throws InstanciationException;
} // LayerOperatorConfig