/** */ package edu.ufc.femtost.disc.sysml4modelica.profile.sysml4modelica; import org.eclipse.emf.ecore.EDataType; 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 edu.ufc.femtost.disc.sysml4modelica.profile.sysml4modelica.Sysml4modelicaFactory * @model kind="package" * @generated */ public interface Sysml4modelicaPackage extends EPackage { /** * The package name. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String eNAME = "sysml4modelica"; /** * The package namespace URI. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String eNS_URI = "http://www.femto-st.fr/disc/SysML4Modelica"; /** * The package namespace name. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String eNS_PREFIX = "SysML4Modelica"; /** * The singleton instance of the package. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ Sysml4modelicaPackage eINSTANCE = edu.ufc.femtost.disc.sysml4modelica.profile.sysml4modelica.impl.Sysml4modelicaPackageImpl.init(); /** * The meta object id for the '<em>Dummy</em>' data type. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see java.lang.String * @see edu.ufc.femtost.disc.sysml4modelica.profile.sysml4modelica.impl.Sysml4modelicaPackageImpl#getDummy() * @generated */ int DUMMY = 0; /** * Returns the meta object for data type '{@link java.lang.String <em>Dummy</em>}'. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return the meta object for data type '<em>Dummy</em>'. * @see java.lang.String * @model instanceClass="java.lang.String" * @generated */ EDataType 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 */ Sysml4modelicaFactory getSysml4modelicaFactory(); /** * <!-- 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 '<em>Dummy</em>' data type. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see java.lang.String * @see edu.ufc.femtost.disc.sysml4modelica.profile.sysml4modelica.impl.Sysml4modelicaPackageImpl#getDummy() * @generated */ EDataType DUMMY = eINSTANCE.getDummy(); } } //Sysml4modelicaPackage