Uses of Interface
org.objectweb.dsrg.sofa.repository.model.ComponentSelect

Packages that use ComponentSelect
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of ComponentSelect in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return ComponentSelect
 ComponentSelect ModelFactory.createComponentSelect()
          Returns a new object of class 'Component Select'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type ComponentSelect
 org.eclipse.emf.common.util.EList<ComponentSelect> Aspect.getComponentSelect()
          Returns the value of the 'Component Select' containment reference list.
 

Uses of ComponentSelect in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ComponentSelect
 class ComponentSelectImpl
          An implementation of the model object 'Component Select'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type ComponentSelect
protected  org.eclipse.emf.common.util.EList<ComponentSelect> AspectImpl.componentSelect
          The cached value of the 'Component Select' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ComponentSelect
 ComponentSelect ModelFactoryImpl.createComponentSelect()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type ComponentSelect
 org.eclipse.emf.common.util.EList<ComponentSelect> AspectImpl.getComponentSelect()
           
 

Uses of ComponentSelect in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type ComponentSelect
 T ModelSwitch.caseComponentSelect(ComponentSelect object)
          Returns the result of interpreting the object as an instance of 'Component Select'