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

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

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

Methods in org.eclipse.amp.amf.adata that return Run
 Run DataFactory.createRun()
          Returns a new object of class 'Run'.
 Run Measurement.getRun()
          Returns the value of the 'Run' container reference.
 

Methods in org.eclipse.amp.amf.adata that return types with arguments of type Run
 org.eclipse.emf.common.util.EList<Run> Catalog.getRuns()
          Returns the value of the 'Runs' containment reference list.
 

Methods in org.eclipse.amp.amf.adata with parameters of type Run
 void Measurement.setRun(Run value)
          Sets the value of the 'Run' container reference.
 

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

Classes in org.eclipse.amp.amf.adata.impl that implement Run
 class RunImpl
          An implementation of the model object 'Run'.
 

Fields in org.eclipse.amp.amf.adata.impl with type parameters of type Run
protected  org.eclipse.emf.common.util.EList<Run> CatalogImpl.runs
          The cached value of the 'Runs' containment reference list.
 

Methods in org.eclipse.amp.amf.adata.impl that return Run
 Run DataFactoryImpl.createRun()
           
 Run MeasurementImpl.getRun()
           
 

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

Methods in org.eclipse.amp.amf.adata.impl with parameters of type Run
 org.eclipse.emf.common.notify.NotificationChain MeasurementImpl.basicSetRun(Run newRun, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MeasurementImpl.setRun(Run newRun)
           
 

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

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