Interface UnitsFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
UnitsFactoryImpl

public interface UnitsFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
Generated class or method.
  • Field Details

    • eINSTANCE

      static final UnitsFactory eINSTANCE
      The singleton instance of the factory.
      Generated class or method.
  • Method Details

    • createBaseUnit

      BaseUnit createBaseUnit()
      Returns a new object of class 'Base Unit'.
      Returns:
      a new object of class 'Base Unit'.
      Generated class or method.
    • createUnitRepository

      UnitRepository createUnitRepository()
      Returns a new object of class 'Unit Repository'.
      Returns:
      a new object of class 'Unit Repository'.
      Generated class or method.
    • createUnitMultiplication

      UnitMultiplication createUnitMultiplication()
      Returns a new object of class 'Unit Multiplication'.
      Returns:
      a new object of class 'Unit Multiplication'.
      Generated class or method.
    • createUnitPower

      UnitPower createUnitPower()
      Returns a new object of class 'Unit Power'.
      Returns:
      a new object of class 'Unit Power'.
      Generated class or method.
    • createUnitDivision

      UnitDivision createUnitDivision()
      Returns a new object of class 'Unit Division'.
      Returns:
      a new object of class 'Unit Division'.
      Generated class or method.
    • getUnitsPackage

      UnitsPackage getUnitsPackage()
      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.
      Generated class or method.