Package org.eclipse.esmf.characteristic
Interface Quantifiable
- All Superinterfaces:
Characteristic,ModelElement,NamedElement
- All Known Subinterfaces:
Duration,Measurement
- All Known Implementing Classes:
DefaultDuration,DefaultMeasurement,DefaultQuantifiable
A value which can be quantified and may have a unit.
- Since:
- SAMM 1.0.0
-
Method Summary
Methods inherited from interface org.eclipse.esmf.metamodel.Characteristic
getDataTypeMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
accept, as, getMetaModelVersion, isMethods inherited from interface org.eclipse.esmf.metamodel.NamedElement
getAspectModelUrn, getDescription, getDescriptions, getName, getPreferredName, getPreferredNames, getSee, hasSyntheticName
-
Method Details
-
getUnit
- Returns:
- the
Unitfor this Quantifiable.
-