Class ConstraintsPackageImpl

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

public class ConstraintsPackageImpl extends EPackageImpl implements ConstraintsPackage
An implementation of the model Package.
Generated class or method.
  • Method Details

    • init

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

      This method is used to initialize ConstraintsPackage.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.
    • getAbstractConstraint

      public EClass getAbstractConstraint()
      Specified by:
      getAbstractConstraint in interface ConstraintsPackage
      Returns:
      the meta object for class 'Abstract Constraint'.
      See Also:
      Generated class or method.
    • getTemporalConstraint

      public EClass getTemporalConstraint()
      Specified by:
      getTemporalConstraint in interface ConstraintsPackage
      Returns:
      the meta object for class 'Temporal Constraint'.
      See Also:
      Generated class or method.
    • getStateBasedContraint

      public EClass getStateBasedContraint()
      Specified by:
      getStateBasedContraint in interface ConstraintsPackage
      Returns:
      the meta object for class 'State Based Contraint'.
      See Also:
      Generated class or method.
    • getConstraintsFactory

      public ConstraintsFactory getConstraintsFactory()
      Specified by:
      getConstraintsFactory in interface ConstraintsPackage
      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.