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'.
 

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'.
 

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

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
 java.lang.Object ModelSwitch.caseInterfaceSelect(InterfaceSelect object)
          Returns the result of interpretting the object as an instance of 'Interface Select'.