blob: dc21298dfa66977a5e286f9a9de72614fa4466d7 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2011 - 2014 University of Padova, Intecs
*
*
* 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
*
*
*****************************************************************************/
package org.polarsys.chess.chessmlprofile;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
/**
* <!-- begin-user-doc -->
* The <b>Package</b> for the model.
* It contains accessors for the meta objects to represent
* <ul>
* <li>each class,</li>
* <li>each feature of each class,</li>
* <li>each enum,</li>
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
* @see org.polarsys.chess.chessmlprofile.chessmlprofileFactory
* @model kind="package"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='CHESS'"
* @generated
*/
public interface chessmlprofilePackage extends EPackage {
/**
* The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNAME = "chessmlprofile";
/**
* The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_URI = "http://CHESS";
/**
* The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_PREFIX = "CHESS";
/**
* The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
chessmlprofilePackage eINSTANCE = org.polarsys.chess.chessmlprofile.impl.chessmlprofilePackageImpl.init();
/**
* The meta object id for the '{@link org.polarsys.chess.chessmlprofile.impl.dummyImpl <em>dummy</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.polarsys.chess.chessmlprofile.impl.dummyImpl
* @see org.polarsys.chess.chessmlprofile.impl.chessmlprofilePackageImpl#getdummy()
* @generated
*/
int DUMMY = 0;
/**
* The number of structural features of the '<em>dummy</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int DUMMY_FEATURE_COUNT = 0;
/**
* Returns the meta object for class '{@link org.polarsys.chess.chessmlprofile.dummy <em>dummy</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the meta object for class '<em>dummy</em>'.
* @see org.polarsys.chess.chessmlprofile.dummy
* @generated
*/
EClass getdummy();
/**
* Returns the factory that creates the instances of the model.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the factory that creates the instances of the model.
* @generated
*/
chessmlprofileFactory getchessmlprofileFactory();
/**
* <!-- begin-user-doc -->
* Defines literals for the meta objects that represent
* <ul>
* <li>each class,</li>
* <li>each feature of each class,</li>
* <li>each enum,</li>
* <li>and each data type</li>
* </ul>
* <!-- end-user-doc -->
* @generated
*/
interface Literals {
/**
* The meta object literal for the '{@link org.polarsys.chess.chessmlprofile.impl.dummyImpl <em>dummy</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.polarsys.chess.chessmlprofile.impl.dummyImpl
* @see org.polarsys.chess.chessmlprofile.impl.chessmlprofilePackageImpl#getdummy()
* @generated
*/
EClass DUMMY = eINSTANCE.getdummy();
}
} //chessmlprofilePackage