Interface VectorMeasurement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Measurement,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
VectorMeasurementImpl
A representation of the model object 'Vector Measurement'.
The following features are supported:
- See Also:
- Generated:
- Model:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ScalarMeasurement>Returns the value of the 'Values' containment reference list.Methods 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 kieker.model.analysismodel.statistics.Measurement
getTimestamp, setTimestampMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValues
org.eclipse.emf.common.util.EList<ScalarMeasurement> getValues()Returns the value of the 'Values' containment reference list. The list contents are of typeScalarMeasurement.- Returns:
- the value of the 'Values' containment reference list.
- See Also:
- Generated:
- Model:
- containment="true"
-