|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Measurement | |
---|---|
org.eclipse.amp.amf.adata | |
org.eclipse.amp.amf.adata.impl | |
org.eclipse.amp.amf.adata.util |
Uses of Measurement in org.eclipse.amp.amf.adata |
---|
Methods in org.eclipse.amp.amf.adata that return Measurement | |
---|---|
Measurement |
DataFactory.createMeasurement()
Returns a new object of class 'Measurement'. |
Measurement |
DataPoint.getMeasurement()
Returns the value of the 'Measurement' container reference. |
Methods in org.eclipse.amp.amf.adata that return types with arguments of type Measurement | |
---|---|
org.eclipse.emf.common.util.EList<Measurement> |
Run.getMeasurements()
Returns the value of the 'Measurements' containment reference list. |
Methods in org.eclipse.amp.amf.adata with parameters of type Measurement | |
---|---|
void |
DataPoint.setMeasurement(Measurement value)
Sets the value of the ' Measurement ' container reference. |
Uses of Measurement in org.eclipse.amp.amf.adata.impl |
---|
Classes in org.eclipse.amp.amf.adata.impl that implement Measurement | |
---|---|
class |
MeasurementImpl
An implementation of the model object 'Measurement'. |
Fields in org.eclipse.amp.amf.adata.impl with type parameters of type Measurement | |
---|---|
protected org.eclipse.emf.common.util.EList<Measurement> |
RunImpl.measurements
The cached value of the ' Measurements ' containment reference list. |
Methods in org.eclipse.amp.amf.adata.impl that return Measurement | |
---|---|
Measurement |
DataFactoryImpl.createMeasurement()
|
Measurement |
DataPointImpl.getMeasurement()
|
Methods in org.eclipse.amp.amf.adata.impl that return types with arguments of type Measurement | |
---|---|
org.eclipse.emf.common.util.EList<Measurement> |
RunImpl.getMeasurements()
|
Methods in org.eclipse.amp.amf.adata.impl with parameters of type Measurement | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DataPointImpl.basicSetMeasurement(Measurement newMeasurement,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DataPointImpl.setMeasurement(Measurement newMeasurement)
|
Uses of Measurement in org.eclipse.amp.amf.adata.util |
---|
Methods in org.eclipse.amp.amf.adata.util with parameters of type Measurement | |
---|---|
T |
DataSwitch.caseMeasurement(Measurement object)
Returns the result of interpreting the object as an instance of 'Measurement'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |