/** */ package fr.inria.atlanmod.collaboro.Synchronization.impl; import fr.inria.atlanmod.collaboro.Synchronization.Event; import fr.inria.atlanmod.collaboro.Synchronization.EventList; import fr.inria.atlanmod.collaboro.Synchronization.SynchronizationFactory; import fr.inria.atlanmod.collaboro.Synchronization.SynchronizationPackage; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; import org.eclipse.emf.ecore.impl.EPackageImpl; /** * <!-- begin-user-doc --> * An implementation of the model <b>Package</b>. * <!-- end-user-doc --> * @generated */ public class SynchronizationPackageImpl extends EPackageImpl implements SynchronizationPackage { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ private EClass eventListEClass = null; /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ private EClass eventEClass = null; /** * Creates an instance of the model <b>Package</b>, registered with * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package * package URI value. * <p>Note: the correct way to create the package is via the static * factory method {@link #init init()}, which also performs * initialization of the package, or returns the registered package, * if one already exists. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see org.eclipse.emf.ecore.EPackage.Registry * @see fr.inria.atlanmod.collaboro.Synchronization.SynchronizationPackage#eNS_URI * @see #init() * @generated */ private SynchronizationPackageImpl() { super(eNS_URI, SynchronizationFactory.eINSTANCE); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ private static boolean isInited = false; /** * Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends. * * <p>This method is used to initialize {@link SynchronizationPackage#eINSTANCE} when that field is accessed. * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #eNS_URI * @see #createPackageContents() * @see #initializePackageContents() * @generated */ public static SynchronizationPackage init() { if (isInited) return (SynchronizationPackage)EPackage.Registry.INSTANCE.getEPackage(SynchronizationPackage.eNS_URI); // Obtain or create and register package SynchronizationPackageImpl theSynchronizationPackage = (SynchronizationPackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof SynchronizationPackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new SynchronizationPackageImpl()); isInited = true; // Create package meta-data objects theSynchronizationPackage.createPackageContents(); // Initialize created meta-data theSynchronizationPackage.initializePackageContents(); // Mark meta-data to indicate it can't be changed theSynchronizationPackage.freeze(); // Update the registry and return the package EPackage.Registry.INSTANCE.put(SynchronizationPackage.eNS_URI, theSynchronizationPackage); return theSynchronizationPackage; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EClass getEventList() { return eventListEClass; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EReference getEventList_Events() { return (EReference)eventListEClass.getEStructuralFeatures().get(0); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EClass getEvent() { return eventEClass; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EAttribute getEvent_TimeStamp() { return (EAttribute)eventEClass.getEStructuralFeatures().get(0); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EAttribute getEvent_User() { return (EAttribute)eventEClass.getEStructuralFeatures().get(1); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EAttribute getEvent_ModifiedElement() { return (EAttribute)eventEClass.getEStructuralFeatures().get(2); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EAttribute getEvent_ModifiedModel() { return (EAttribute)eventEClass.getEStructuralFeatures().get(3); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public EAttribute getEvent_Status() { return (EAttribute)eventEClass.getEStructuralFeatures().get(4); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public SynchronizationFactory getSynchronizationFactory() { return (SynchronizationFactory)getEFactoryInstance(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ private boolean isCreated = false; /** * Creates the meta-model objects for the package. This method is * guarded to have no affect on any invocation but its first. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void createPackageContents() { if (isCreated) return; isCreated = true; // Create classes and their features eventListEClass = createEClass(EVENT_LIST); createEReference(eventListEClass, EVENT_LIST__EVENTS); eventEClass = createEClass(EVENT); createEAttribute(eventEClass, EVENT__TIME_STAMP); createEAttribute(eventEClass, EVENT__USER); createEAttribute(eventEClass, EVENT__MODIFIED_ELEMENT); createEAttribute(eventEClass, EVENT__MODIFIED_MODEL); createEAttribute(eventEClass, EVENT__STATUS); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ private boolean isInitialized = false; /** * Complete the initialization of the package and its meta-model. This * method is guarded to have no affect on any invocation but its first. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void initializePackageContents() { if (isInitialized) return; isInitialized = true; // Initialize package setName(eNAME); setNsPrefix(eNS_PREFIX); setNsURI(eNS_URI); // Create type parameters // Set bounds for type parameters // Add supertypes to classes // Initialize classes and features; add operations and parameters initEClass(eventListEClass, EventList.class, "EventList", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); initEReference(getEventList_Events(), this.getEvent(), null, "events", null, 0, -1, EventList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEClass(eventEClass, Event.class, "Event", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); initEAttribute(getEvent_TimeStamp(), ecorePackage.getELong(), "timeStamp", null, 0, 1, Event.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEAttribute(getEvent_User(), ecorePackage.getEString(), "user", null, 0, 1, Event.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEAttribute(getEvent_ModifiedElement(), ecorePackage.getEString(), "modifiedElement", null, 0, 1, Event.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEAttribute(getEvent_ModifiedModel(), ecorePackage.getEString(), "modifiedModel", null, 0, 1, Event.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); initEAttribute(getEvent_Status(), ecorePackage.getEString(), "status", null, 0, 1, Event.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); // Create resource createResource(eNS_URI); } } //SynchronizationPackageImpl