blob: fc08dc6ce3f58c125b0e3b424302dcde87e6513f [file] [log] [blame]
/**
* Copyright (c) 2009, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Frederic Madiot (Mia-Software) - meta-model design
* Gregoire DUPE (Mia-Software) - design and implementation
*
*
* $Id$
*/
package org.eclipse.modisco.infra.facet;
import org.eclipse.emf.ecore.EReference;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Reference</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* context FacetReference inv: self.valueQuery.type.isKindOf(EClass)
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.infra.facet.FacetPackage#getFacetReference()
* @model
* @generated
* @deprecated Replaced by EMF Facet
*/
@Deprecated
public interface FacetReference extends EReference, FacetStructuralFeature {
} // FacetReference