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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return MicroComponentInstance
 MicroComponentInstance ModelFactory.createMicroComponentInstance()
          Returns a new object of class 'Micro Component Instance'.
 MicroComponentInstance InterfaceSelect.getDelegatingInstance()
          Returns the value of the 'Delegating Instance' containment reference.
 

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

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type MicroComponentInstance
 void InterfaceSelect.setDelegatingInstance(MicroComponentInstance value)
          Sets the value of the 'Delegating Instance' containment reference.
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement MicroComponentInstance
 class MicroComponentInstanceImpl
          An implementation of the model object 'Micro Component Instance'.
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as MicroComponentInstance
protected  MicroComponentInstance InterfaceSelectImpl.delegatingInstance
          The cached value of the 'Delegating Instance' containment reference.
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type MicroComponentInstance
protected  org.eclipse.emf.common.util.EList<MicroComponentInstance> ComponentSelectImpl.instance
          The cached value of the 'Instance' containment reference list.
protected  org.eclipse.emf.common.util.EList<MicroComponentInstance> InterfaceSelectImpl.instance
          The cached value of the 'Instance' containment reference list.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroComponentInstance
 MicroComponentInstance InterfaceSelectImpl.basicGetDelegatingInstance()
           
 MicroComponentInstance ModelFactoryImpl.createMicroComponentInstance()
           
 MicroComponentInstance InterfaceSelectImpl.getDelegatingInstance()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type MicroComponentInstance
 org.eclipse.emf.common.notify.NotificationChain InterfaceSelectImpl.basicSetDelegatingInstance(MicroComponentInstance newDelegatingInstance, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void InterfaceSelectImpl.setDelegatingInstance(MicroComponentInstance newDelegatingInstance)
           
 

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

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