Package de.uka.ipd.sdq.units
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:
UnitsFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
UnitsPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
BASE_UNIT
The meta object id for the 'Base Unit
' class.static int
BASE_UNIT__NAME
The feature id for the 'Name' attribute.static int
BASE_UNIT_FEATURE_COUNT
The number of structural features of the 'Base Unit' class.static String
copyright
static UnitsPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
UNIT
The meta object id for the 'Unit
' class.static int
UNIT_CARRYING_ELEMENT
The meta object id for the 'Unit Carrying Element
' class.static int
UNIT_CARRYING_ELEMENT__UNIT
The feature id for the 'Unit' containment reference.static int
UNIT_CARRYING_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Unit Carrying Element' class.static int
UNIT_DIVISION
The meta object id for the 'Unit Division
' class.static int
UNIT_DIVISION__DIVIDEND
The feature id for the 'Dividend' containment reference.static int
UNIT_DIVISION__DIVISOR
The feature id for the 'Divisor' containment reference.static int
UNIT_DIVISION_FEATURE_COUNT
The number of structural features of the 'Unit Division' class.static int
UNIT_FEATURE_COUNT
The number of structural features of the 'Unit' class.static int
UNIT_MULTIPLICATION
The meta object id for the 'Unit Multiplication
' class.static int
UNIT_MULTIPLICATION__UNITS
The feature id for the 'Units' containment reference list.static int
UNIT_MULTIPLICATION_FEATURE_COUNT
The number of structural features of the 'Unit Multiplication' class.static int
UNIT_NAMES
The meta object id for the 'Unit Names
' enum.static int
UNIT_POWER
The meta object id for the 'Unit Power
' class.static int
UNIT_POWER__EXPONENT
The feature id for the 'Exponent' attribute.static int
UNIT_POWER__UNIT
The feature id for the 'Unit' containment reference.static int
UNIT_POWER_FEATURE_COUNT
The number of structural features of the 'Unit Power' class.static int
UNIT_REPOSITORY
The meta object id for the 'Unit Repository
' class.static int
UNIT_REPOSITORY__UNITS
The feature id for the 'Units' containment reference list.static int
UNIT_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Unit Repository' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getBaseUnit()
Returns the meta object for class 'Base Unit
'.EAttribute
getBaseUnit_Name()
Returns the meta object for the attribute 'Name
'.EClass
getUnit()
Returns the meta object for class 'Unit
'.EClass
getUnitCarryingElement()
Returns the meta object for class 'Unit Carrying Element
'.EReference
getUnitCarryingElement_Unit()
Returns the meta object for the containment reference 'Unit
'.EClass
getUnitDivision()
Returns the meta object for class 'Unit Division
'.EReference
getUnitDivision_Dividend()
Returns the meta object for the containment reference 'Dividend
'.EReference
getUnitDivision_Divisor()
Returns the meta object for the containment reference 'Divisor
'.EClass
getUnitMultiplication()
Returns the meta object for class 'Unit Multiplication
'.EReference
getUnitMultiplication_Units()
Returns the meta object for the containment reference list 'Units
'.EEnum
getUnitNames()
Returns the meta object for enum 'Unit Names
'.EClass
getUnitPower()
Returns the meta object for class 'Unit Power
'.EAttribute
getUnitPower_Exponent()
Returns the meta object for the attribute 'Exponent
'.EReference
getUnitPower_Unit()
Returns the meta object for the containment reference 'Unit
'.EClass
getUnitRepository()
Returns the meta object for class 'Unit Repository
'.EReference
getUnitRepository_Units()
Returns the meta object for the containment reference list 'Units
'.UnitsFactory
getUnitsFactory()
Returns the factory that creates the instances of the model.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final UnitsPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
UNIT_CARRYING_ELEMENT
static final int UNIT_CARRYING_ELEMENT
The meta object id for the 'Unit Carrying Element
' class.- See Also:
UnitCarryingElementImpl
,UnitsPackageImpl.getUnitCarryingElement()
, Constant Field Values- Generated class or method.
-
UNIT_CARRYING_ELEMENT__UNIT
static final int UNIT_CARRYING_ELEMENT__UNIT
The feature id for the 'Unit' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_CARRYING_ELEMENT_FEATURE_COUNT
static final int UNIT_CARRYING_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Unit Carrying Element' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT
static final int UNIT
The meta object id for the 'Unit
' class.- See Also:
UnitImpl
,UnitsPackageImpl.getUnit()
, Constant Field Values- Generated class or method.
-
UNIT_FEATURE_COUNT
static final int UNIT_FEATURE_COUNT
The number of structural features of the 'Unit' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
BASE_UNIT
static final int BASE_UNIT
The meta object id for the 'Base Unit
' class.- See Also:
BaseUnitImpl
,UnitsPackageImpl.getBaseUnit()
, Constant Field Values- Generated class or method.
-
BASE_UNIT__NAME
static final int BASE_UNIT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
BASE_UNIT_FEATURE_COUNT
static final int BASE_UNIT_FEATURE_COUNT
The number of structural features of the 'Base Unit' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_REPOSITORY
static final int UNIT_REPOSITORY
The meta object id for the 'Unit Repository
' class.- See Also:
UnitRepositoryImpl
,UnitsPackageImpl.getUnitRepository()
, Constant Field Values- Generated class or method.
-
UNIT_REPOSITORY__UNITS
static final int UNIT_REPOSITORY__UNITS
The feature id for the 'Units' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_REPOSITORY_FEATURE_COUNT
static final int UNIT_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Unit Repository' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_MULTIPLICATION
static final int UNIT_MULTIPLICATION
The meta object id for the 'Unit Multiplication
' class.- See Also:
UnitMultiplicationImpl
,UnitsPackageImpl.getUnitMultiplication()
, Constant Field Values- Generated class or method.
-
UNIT_MULTIPLICATION__UNITS
static final int UNIT_MULTIPLICATION__UNITS
The feature id for the 'Units' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_MULTIPLICATION_FEATURE_COUNT
static final int UNIT_MULTIPLICATION_FEATURE_COUNT
The number of structural features of the 'Unit Multiplication' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_POWER
static final int UNIT_POWER
The meta object id for the 'Unit Power
' class.- See Also:
UnitPowerImpl
,UnitsPackageImpl.getUnitPower()
, Constant Field Values- Generated class or method.
-
UNIT_POWER__UNIT
static final int UNIT_POWER__UNIT
The feature id for the 'Unit' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_POWER__EXPONENT
static final int UNIT_POWER__EXPONENT
The feature id for the 'Exponent' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_POWER_FEATURE_COUNT
static final int UNIT_POWER_FEATURE_COUNT
The number of structural features of the 'Unit Power' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_DIVISION
static final int UNIT_DIVISION
The meta object id for the 'Unit Division
' class.- See Also:
UnitDivisionImpl
,UnitsPackageImpl.getUnitDivision()
, Constant Field Values- Generated class or method.
-
UNIT_DIVISION__DIVIDEND
static final int UNIT_DIVISION__DIVIDEND
The feature id for the 'Dividend' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_DIVISION__DIVISOR
static final int UNIT_DIVISION__DIVISOR
The feature id for the 'Divisor' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_DIVISION_FEATURE_COUNT
static final int UNIT_DIVISION_FEATURE_COUNT
The number of structural features of the 'Unit Division' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNIT_NAMES
static final int UNIT_NAMES
The meta object id for the 'Unit Names
' enum.- See Also:
UnitNames
,UnitsPackageImpl.getUnitNames()
, Constant Field Values- Generated class or method.
-
-
Method Detail
-
getUnitCarryingElement
EClass getUnitCarryingElement()
Returns the meta object for class 'Unit Carrying Element
'.- Returns:
- the meta object for class 'Unit Carrying Element'.
- See Also:
UnitCarryingElement
- 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:
UnitCarryingElement.getUnit()
,getUnitCarryingElement()
- Generated class or method.
-
getUnit
EClass getUnit()
Returns the meta object for class 'Unit
'.- Returns:
- the meta object for class 'Unit'.
- See Also:
Unit
- 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:
BaseUnit
- 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:
BaseUnit.getName()
,getBaseUnit()
- 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:
UnitRepository
- 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:
UnitRepository.getUnits()
,getUnitRepository()
- 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:
UnitMultiplication
- 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:
UnitMultiplication.getUnits()
,getUnitMultiplication()
- 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:
UnitPower
- 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:
UnitPower.getUnit()
,getUnitPower()
- 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:
UnitPower.getExponent()
,getUnitPower()
- 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:
UnitDivision
- 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:
UnitDivision.getDividend()
,getUnitDivision()
- 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:
UnitDivision.getDivisor()
,getUnitDivision()
- 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:
UnitNames
- 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.
-
-