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

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

    • init

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

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

      public EDataType getMeasuringValue()
      Specified by:
      getMeasuringValue in interface UtilPackage
      Returns:
      the meta object for data type 'Measuring Value'.
      See Also:
      • MeasuringValue
      Generated class or method.
    • getTupleMeasurement

      public EDataType getTupleMeasurement()
      Specified by:
      getTupleMeasurement in interface UtilPackage
      Returns:
      the meta object for data type 'Tuple Measurement'.
      See Also:
      • TupleMeasurement
      Generated class or method.
    • getFunc

      public EDataType getFunc()
      Specified by:
      getFunc in interface UtilPackage
      Returns:
      the meta object for data type 'Func'.
      See Also:
      Generated class or method.
    • getUtilFactory

      public UtilFactory getUtilFactory()
      Specified by:
      getUtilFactory in interface UtilPackage
      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.