Uses of Interface
org.eclipse.amp.amf.adata.DataPoint

Packages that use DataPoint
org.eclipse.amp.amf.adata   
org.eclipse.amp.amf.adata.impl   
org.eclipse.amp.amf.adata.util   
 

Uses of DataPoint in org.eclipse.amp.amf.adata
 

Methods in org.eclipse.amp.amf.adata that return DataPoint
 DataPoint DataFactory.createDataPoint()
          Returns a new object of class 'Point'.
 

Methods in org.eclipse.amp.amf.adata that return types with arguments of type DataPoint
 org.eclipse.emf.common.util.EList<DataPoint> Measurement.getEntries()
          Returns the value of the 'Entries' containment reference list.
 

Uses of DataPoint in org.eclipse.amp.amf.adata.impl
 

Classes in org.eclipse.amp.amf.adata.impl that implement DataPoint
 class DataPointImpl
          An implementation of the model object 'Point'.
 

Fields in org.eclipse.amp.amf.adata.impl with type parameters of type DataPoint
protected  org.eclipse.emf.common.util.EList<DataPoint> MeasurementImpl.entries
          The cached value of the 'Entries' containment reference list.
 

Methods in org.eclipse.amp.amf.adata.impl that return DataPoint
 DataPoint DataFactoryImpl.createDataPoint()
           
 

Methods in org.eclipse.amp.amf.adata.impl that return types with arguments of type DataPoint
 org.eclipse.emf.common.util.EList<DataPoint> MeasurementImpl.getEntries()
           
 

Uses of DataPoint in org.eclipse.amp.amf.adata.util
 

Methods in org.eclipse.amp.amf.adata.util with parameters of type DataPoint
 T DataSwitch.caseDataPoint(DataPoint object)
          Returns the result of interpreting the object as an instance of 'Point'.