Interface VectorMeasurement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Measurement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
VectorMeasurementImpl
public interface VectorMeasurement extends Measurement
A representation of the model object 'Vector Measurement'.
The following features are supported:
- See Also:
StatisticsPackage.getVectorMeasurement()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<ScalarMeasurement>
getValues()
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, eUnset
Methods inherited from interface kieker.model.analysismodel.statistics.Measurement
getTimestamp, setTimestamp
-
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:
StatisticsPackage.getVectorMeasurement_Values()
- Generated:
- Model:
- containment="true"
-