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

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

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

Methods in org.eclipse.amp.amf.adata that return ParameterSet
 ParameterSet DataFactory.createParameterSet()
          Returns a new object of class 'Parameter Set'.
 

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

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

Classes in org.eclipse.amp.amf.adata.impl that implement ParameterSet
 class ParameterSetImpl
          An implementation of the model object 'Parameter Set'.
 

Fields in org.eclipse.amp.amf.adata.impl with type parameters of type ParameterSet
protected  org.eclipse.emf.common.util.EList<ParameterSet> RunImpl.parameterSets
          The cached value of the 'Parameter Sets' containment reference list.
 

Methods in org.eclipse.amp.amf.adata.impl that return ParameterSet
 ParameterSet DataFactoryImpl.createParameterSet()
           
 

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

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

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