blob: dbbf1479441ae97195394cc2275f690c5d3b3fc3 [file] [log] [blame]
/**
* Copyright (c) 2011 Mia-Software.
*
* 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:
* Gregoire Dupe (Mia-Software) - Design
* Nicolas Guyomar (Mia-Software) - Implementation
* Emmanuelle Rouillé (Mia-Software) - Bug 352618 - To be able to use non derived facet structural features and save them values.
* Nicolas Bros (Mia-Software) - Bug 361823 - [Restructuring] eFacet2 meta-model
*/
package org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet;
import org.eclipse.emf.ecore.EOperation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Facet Operation</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A FacetOperation is a virtual operation added to all the eObjects which conform to the Facet owning the FacetOperation.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.emf.facet.efacet.metamodel.v0_2_0.efacet.EFacetPackage#getFacetOperation()
* @model
* @generated
*/
public interface FacetOperation extends EOperation, DerivedTypedElement {
} // FacetOperation