Interface UnitsPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
UnitsPackageImpl

public interface UnitsPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
Generated class or method.
EMF model class or method.
kind="package"
  • Field Details

  • Method Details

    • getUnitCarryingElement

      EClass getUnitCarryingElement()
      Returns the meta object for class 'Unit Carrying Element'.
      Returns:
      the meta object for class 'Unit Carrying Element'.
      See Also:
      Generated class or method.
    • getUnitCarryingElement_Unit

      EReference getUnitCarryingElement_Unit()
      Returns the meta object for the containment reference 'Unit'.
      Returns:
      the meta object for the containment reference 'Unit'.
      See Also:
      Generated class or method.
    • getUnit

      EClass getUnit()
      Returns the meta object for class 'Unit'.
      Returns:
      the meta object for class 'Unit'.
      See Also:
      Generated class or method.
    • getBaseUnit

      EClass getBaseUnit()
      Returns the meta object for class 'Base Unit'.
      Returns:
      the meta object for class 'Base Unit'.
      See Also:
      Generated class or method.
    • getBaseUnit_Name

      EAttribute getBaseUnit_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
      Generated class or method.
    • getUnitRepository

      EClass getUnitRepository()
      Returns the meta object for class 'Unit Repository'.
      Returns:
      the meta object for class 'Unit Repository'.
      See Also:
      Generated class or method.
    • getUnitRepository_Units

      EReference getUnitRepository_Units()
      Returns the meta object for the containment reference list 'Units'.
      Returns:
      the meta object for the containment reference list 'Units'.
      See Also:
      Generated class or method.
    • getUnitMultiplication

      EClass getUnitMultiplication()
      Returns the meta object for class 'Unit Multiplication'.
      Returns:
      the meta object for class 'Unit Multiplication'.
      See Also:
      Generated class or method.
    • getUnitMultiplication_Units

      EReference getUnitMultiplication_Units()
      Returns the meta object for the containment reference list 'Units'.
      Returns:
      the meta object for the containment reference list 'Units'.
      See Also:
      Generated class or method.
    • getUnitPower

      EClass getUnitPower()
      Returns the meta object for class 'Unit Power'.
      Returns:
      the meta object for class 'Unit Power'.
      See Also:
      Generated class or method.
    • getUnitPower_Unit

      EReference getUnitPower_Unit()
      Returns the meta object for the containment reference 'Unit'.
      Returns:
      the meta object for the containment reference 'Unit'.
      See Also:
      Generated class or method.
    • getUnitPower_Exponent

      EAttribute getUnitPower_Exponent()
      Returns the meta object for the attribute 'Exponent'.
      Returns:
      the meta object for the attribute 'Exponent'.
      See Also:
      Generated class or method.
    • getUnitDivision

      EClass getUnitDivision()
      Returns the meta object for class 'Unit Division'.
      Returns:
      the meta object for class 'Unit Division'.
      See Also:
      Generated class or method.
    • getUnitDivision_Dividend

      EReference getUnitDivision_Dividend()
      Returns the meta object for the containment reference 'Dividend'.
      Returns:
      the meta object for the containment reference 'Dividend'.
      See Also:
      Generated class or method.
    • getUnitDivision_Divisor

      EReference getUnitDivision_Divisor()
      Returns the meta object for the containment reference 'Divisor'.
      Returns:
      the meta object for the containment reference 'Divisor'.
      See Also:
      Generated class or method.
    • getUnitNames

      EEnum getUnitNames()
      Returns the meta object for enum 'Unit Names'.
      Returns:
      the meta object for enum 'Unit Names'.
      See Also:
      Generated class or method.
    • getUnitsFactory

      UnitsFactory getUnitsFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.