Class SystemPackageImpl

All Implemented Interfaces:
Notifier, EModelElement, ENamedElement, EObject, EPackage, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BasicExtendedMetaData.EPackageExtendedMetaData.Holder, SystemPackage

public class SystemPackageImpl extends EPackageImpl implements SystemPackage
An implementation of the model Package.
Generated class or method.
  • Field Details

  • Method Details

    • init

      public static SystemPackage init()
      Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

      This method is used to initialize SystemPackage.eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

      See Also:
      Generated class or method.
    • getSystem

      public EClass getSystem()
      Specified by:
      getSystem in interface SystemPackage
      Returns:
      the meta object for class 'System'.
      See Also:
      Generated class or method.
    • getSystem_QosAnnotations_System

      public EReference getSystem_QosAnnotations_System()
      Specified by:
      getSystem_QosAnnotations_System in interface SystemPackage
      Returns:
      the meta object for the containment reference list 'Qos Annotations System'.
      See Also:
      Generated class or method.
    • getSystemFactory

      public SystemFactory getSystemFactory()
      Specified by:
      getSystemFactory in interface SystemPackage
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.
    • createPackageContents

      public void createPackageContents()
      Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.
      Generated class or method.
    • initializePackageContents

      public void initializePackageContents()
      Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.
      Generated class or method.
    • createEcoreAnnotations

      protected void createEcoreAnnotations()
      Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore.
      Generated class or method.
    • createLPGAnnotations

      protected void createLPGAnnotations()
      Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore/OCL/LPG.
      Generated class or method.