blob: aebd56a18040cb6830f535efcbf1c8e76076ce9a [file] [log] [blame]
/**
* Copyright (c) 2018 CEA
*
* 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:
* Jérémie Tatibouet (CEA) jeremie.tatibouet@cea.fr - Initial API and implementation
* Benoit Maggi (CEA) benoit.maggi@cea.fr - Initial API and implementation
*
*/
package org.eclipse.papyrus.iotml.animate;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
/**
* <!-- 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.eclipse.papyrus.iotml.animate.AnimateFactory
* @model kind="package"
* annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='Animate'"
* @generated
*/
public interface AnimatePackage extends EPackage {
/**
* The package name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNAME = "animate";
/**
* The package namespace URI.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_URI = "http://www.eclipse.org/papyrus/iotml/0.7/IoTML/Animate";
/**
* The package namespace name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String eNS_PREFIX = "Animate";
/**
* The singleton instance of the package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
AnimatePackage eINSTANCE = org.eclipse.papyrus.iotml.animate.impl.AnimatePackageImpl.init();
/**
* The meta object id for the '{@link org.eclipse.papyrus.iotml.animate.impl.HumanUserImpl <em>Human User</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.papyrus.iotml.animate.impl.HumanUserImpl
* @see org.eclipse.papyrus.iotml.animate.impl.AnimatePackageImpl#getHumanUser()
* @generated
*/
int HUMAN_USER = 0;
/**
* The feature id for the '<em><b>Base Actor</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int HUMAN_USER__BASE_ACTOR = 0;
/**
* The number of structural features of the '<em>Human User</em>' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int HUMAN_USER_FEATURE_COUNT = 1;
/**
* Returns the meta object for class '{@link org.eclipse.papyrus.iotml.animate.HumanUser <em>Human User</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the meta object for class '<em>Human User</em>'.
* @see org.eclipse.papyrus.iotml.animate.HumanUser
* @generated
*/
EClass getHumanUser();
/**
* Returns the meta object for the reference '{@link org.eclipse.papyrus.iotml.animate.HumanUser#getBase_Actor <em>Base Actor</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the meta object for the reference '<em>Base Actor</em>'.
* @see org.eclipse.papyrus.iotml.animate.HumanUser#getBase_Actor()
* @see #getHumanUser()
* @generated
*/
EReference getHumanUser_Base_Actor();
/**
* 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
*/
AnimateFactory getAnimateFactory();
/**
* <!-- 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.eclipse.papyrus.iotml.animate.impl.HumanUserImpl <em>Human User</em>}' class.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see org.eclipse.papyrus.iotml.animate.impl.HumanUserImpl
* @see org.eclipse.papyrus.iotml.animate.impl.AnimatePackageImpl#getHumanUser()
* @generated
*/
EClass HUMAN_USER = eINSTANCE.getHumanUser();
/**
* The meta object literal for the '<em><b>Base Actor</b></em>' reference feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
EReference HUMAN_USER__BASE_ACTOR = eINSTANCE.getHumanUser_Base_Actor();
}
} //AnimatePackage