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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return MicroInterface
 MicroInterface ModelFactory.createMicroInterface()
          Returns a new object of class 'Micro Interface'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type MicroInterface
 org.eclipse.emf.common.util.EList<MicroInterface> MicroComponent.getProvidedInterface()
          Returns the value of the 'Provided Interface' containment reference list.
 org.eclipse.emf.common.util.EList<MicroInterface> MicroComponent.getRequiredInterface()
          Returns the value of the 'Required Interface' containment reference list.
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement MicroInterface
 class MicroInterfaceImpl
          An implementation of the model object 'Micro Interface'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type MicroInterface
protected  org.eclipse.emf.common.util.EList<MicroInterface> MicroComponentImpl.providedInterface
          The cached value of the 'Provided Interface' containment reference list
protected  org.eclipse.emf.common.util.EList<MicroInterface> MicroComponentImpl.requiredInterface
          The cached value of the 'Required Interface' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroInterface
 MicroInterface ModelFactoryImpl.createMicroInterface()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type MicroInterface
 org.eclipse.emf.common.util.EList<MicroInterface> MicroComponentImpl.getProvidedInterface()
           
 org.eclipse.emf.common.util.EList<MicroInterface> MicroComponentImpl.getRequiredInterface()
           
 

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

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