blob: ffa39df14756e8cefa2ee9f6f176fdd7bc3a2259 [file] [log] [blame]
/**
* Copyright (c) 2011, 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:
* 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.modisco.facet.efacet.metamodel.v0_2_0.efacet;
import org.eclipse.emf.ecore.ENamedElement;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Category</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A Category is used to group related elements.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.facet.efacet.metamodel.v0_2_0.efacet.EFacetPackage#getCategory()
* @model
* @generated
*/
public interface Category extends ENamedElement, DocumentedElement {
} // Category