Interface UtilPackage
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
UtilPackageImpl
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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines 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
FieldsModifier and TypeFieldDescriptionstatic final UtilPackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Func' data type.static final intThe meta object id for the 'Measuring Value' data type.static final intThe meta object id for the 'Tuple Measurement' data type. -
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
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.
-
MEASURING_VALUE
static final int MEASURING_VALUEThe meta object id for the 'Measuring Value' data type.- See Also:
-
MeasuringValueUtilPackageImpl.getMeasuringValue()- Constant Field Values
- Generated class or method.
-
TUPLE_MEASUREMENT
static final int TUPLE_MEASUREMENTThe meta object id for the 'Tuple Measurement' data type.- See Also:
-
TupleMeasurementUtilPackageImpl.getTupleMeasurement()- Constant Field Values
- Generated class or method.
-
FUNC
static final int FUNCThe meta object id for the 'Func' data type.- See Also:
- Generated class or method.
-
-
Method Details
-
getMeasuringValue
EDataType getMeasuringValue()Returns the meta object for data type 'Measuring Value'.- Returns:
- the meta object for data type 'Measuring Value'.
- See Also:
-
MeasuringValue
- Generated class or method.
- EMF model class or method.
- instanceClass="org.palladiosimulator.measurementframework.MeasuringValue"
-
getTupleMeasurement
EDataType getTupleMeasurement()Returns the meta object for data type 'Tuple Measurement'.- Returns:
- the meta object for data type 'Tuple Measurement'.
- See Also:
-
TupleMeasurement
- Generated class or method.
- EMF model class or method.
- instanceClass="org.palladiosimulator.measurementframework.TupleMeasurement"
-
getFunc
EDataType getFunc()Returns the meta object for data type 'Func'.- Returns:
- the meta object for data type 'Func'.
- See Also:
- Generated class or method.
- EMF model class or method.
- instanceClass="java.util.function.UnaryOperator" typeParameters="T"
-
getUtilFactory
UtilFactory getUtilFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-