Package de.uka.ipd.sdq.units
Interface UnitsPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
UnitsPackageImpl
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"
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Base Unit
' class.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Base Unit' class.static final String
static final UnitsPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Unit
' class.static final int
The meta object id for the 'Unit Carrying Element
' class.static final int
The feature id for the 'Unit' containment reference.static final int
The number of structural features of the 'Unit Carrying Element' class.static final int
The meta object id for the 'Unit Division
' class.static final int
The feature id for the 'Dividend' containment reference.static final int
The feature id for the 'Divisor' containment reference.static final int
The number of structural features of the 'Unit Division' class.static final int
The number of structural features of the 'Unit' class.static final int
The meta object id for the 'Unit Multiplication
' class.static final int
The feature id for the 'Units' containment reference list.static final int
The number of structural features of the 'Unit Multiplication' class.static final int
The meta object id for the 'Unit Names
' enum.static final int
The meta object id for the 'Unit Power
' class.static final int
The feature id for the 'Exponent' attribute.static final int
The feature id for the 'Unit' containment reference.static final int
The number of structural features of the 'Unit Power' class.static final int
The meta object id for the 'Unit Repository
' class.static final int
The feature id for the 'Units' containment reference list.static final int
The number of structural features of the 'Unit Repository' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Base Unit
'.Returns the meta object for the attribute 'Name
'.getUnit()
Returns the meta object for class 'Unit
'.Returns the meta object for class 'Unit Carrying Element
'.Returns the meta object for the containment reference 'Unit
'.Returns the meta object for class 'Unit Division
'.Returns the meta object for the containment reference 'Dividend
'.Returns the meta object for the containment reference 'Divisor
'.Returns the meta object for class 'Unit Multiplication
'.Returns the meta object for the containment reference list 'Units
'.Returns the meta object for enum 'Unit Names
'.Returns the meta object for class 'Unit Power
'.Returns the meta object for the attribute 'Exponent
'.Returns the meta object for the containment reference 'Unit
'.Returns the meta object for class 'Unit Repository
'.Returns the meta object for the containment reference list 'Units
'.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 Details
-
copyright
- See Also:
- Generated class or method.
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
UNIT_CARRYING_ELEMENT
static final int UNIT_CARRYING_ELEMENTThe meta object id for the 'Unit Carrying Element
' class.- See Also:
- Generated class or method.
-
UNIT_CARRYING_ELEMENT__UNIT
static final int UNIT_CARRYING_ELEMENT__UNITThe feature id for the 'Unit' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_CARRYING_ELEMENT_FEATURE_COUNT
static final int UNIT_CARRYING_ELEMENT_FEATURE_COUNTThe number of structural features of the 'Unit Carrying Element' class.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT
static final int UNITThe meta object id for the 'Unit
' class.- See Also:
- Generated class or method.
-
UNIT_FEATURE_COUNT
static final int UNIT_FEATURE_COUNTThe number of structural features of the 'Unit' class.- See Also:
- Generated class or method.
- Ordered collection.
-
BASE_UNIT
static final int BASE_UNITThe meta object id for the 'Base Unit
' class.- See Also:
- Generated class or method.
-
BASE_UNIT__NAME
static final int BASE_UNIT__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
BASE_UNIT_FEATURE_COUNT
static final int BASE_UNIT_FEATURE_COUNTThe number of structural features of the 'Base Unit' class.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_REPOSITORY
static final int UNIT_REPOSITORYThe meta object id for the 'Unit Repository
' class.- See Also:
- Generated class or method.
-
UNIT_REPOSITORY__UNITS
static final int UNIT_REPOSITORY__UNITSThe feature id for the 'Units' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_REPOSITORY_FEATURE_COUNT
static final int UNIT_REPOSITORY_FEATURE_COUNTThe number of structural features of the 'Unit Repository' class.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_MULTIPLICATION
static final int UNIT_MULTIPLICATIONThe meta object id for the 'Unit Multiplication
' class.- See Also:
- Generated class or method.
-
UNIT_MULTIPLICATION__UNITS
static final int UNIT_MULTIPLICATION__UNITSThe feature id for the 'Units' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_MULTIPLICATION_FEATURE_COUNT
static final int UNIT_MULTIPLICATION_FEATURE_COUNTThe number of structural features of the 'Unit Multiplication' class.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_POWER
static final int UNIT_POWERThe meta object id for the 'Unit Power
' class.- See Also:
- Generated class or method.
-
UNIT_POWER__UNIT
static final int UNIT_POWER__UNITThe feature id for the 'Unit' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_POWER__EXPONENT
static final int UNIT_POWER__EXPONENTThe feature id for the 'Exponent' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_POWER_FEATURE_COUNT
static final int UNIT_POWER_FEATURE_COUNTThe number of structural features of the 'Unit Power' class.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_DIVISION
static final int UNIT_DIVISIONThe meta object id for the 'Unit Division
' class.- See Also:
- Generated class or method.
-
UNIT_DIVISION__DIVIDEND
static final int UNIT_DIVISION__DIVIDENDThe feature id for the 'Dividend' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_DIVISION__DIVISOR
static final int UNIT_DIVISION__DIVISORThe feature id for the 'Divisor' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_DIVISION_FEATURE_COUNT
static final int UNIT_DIVISION_FEATURE_COUNTThe number of structural features of the 'Unit Division' class.- See Also:
- Generated class or method.
- Ordered collection.
-
UNIT_NAMES
static final int UNIT_NAMESThe meta object id for the 'Unit Names
' enum.- See Also:
- Generated class or method.
-
-
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.
-