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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return InterfaceSelect
 InterfaceSelect ModelFactory.createInterfaceSelect()
          Returns a new object of class 'Interface Select'
 

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

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement InterfaceSelect
 class InterfaceSelectImpl
          An implementation of the model object 'Interface Select'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type InterfaceSelect
protected  org.eclipse.emf.common.util.EList<InterfaceSelect> ComponentSelectImpl.interfaceSelect
          The cached value of the 'Interface Select' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return InterfaceSelect
 InterfaceSelect ModelFactoryImpl.createInterfaceSelect()
           
 

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

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

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