Class UtilPackageImpl

    • Method Detail

      • getEntity

        public EClass getEntity()
        Specified by:
        getEntity in interface UtilPackage
        Returns:
        the meta object for class 'Entity'.
        See Also:
        Entity
        Generated class or method.
      • getPower

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

        public EDataType getDimensionless()
        Specified by:
        getDimensionless in interface UtilPackage
        Returns:
        the meta object for data type 'Dimensionless'.
        See Also:
        Dimensionless
        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.