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

Packages that use MicroComponentInstance
org.objectweb.dsrg.sofa.microarchitecture   
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.microarchitecture
 

Methods in org.objectweb.dsrg.sofa.microarchitecture with parameters of type MicroComponentInstance
 SOFAMicroComponent CollectionChain.add(MicroComponentInstance instance, java.util.HashMap<java.lang.String,java.lang.String> parameters)
           
 SOFAMicroComponent DelegationChain.add(MicroComponentInstance instance, java.util.HashMap<java.lang.String,java.lang.String> parameters)
          Adds microcomponent instance to the end of the delegation chain.
 SOFAMicroComponent CollectionChain.insert(MicroComponentInstance instance, java.util.HashMap<java.lang.String,java.lang.String> parameters)
           
 SOFAMicroComponent DelegationChain.insert(MicroComponentInstance instance, java.util.HashMap<java.lang.String,java.lang.String> parameters)
          Inserts microcomponent instance to the beginning of the delegation chain.
 

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

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 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
 java.lang.Object ModelSwitch.caseMicroComponentInstance(MicroComponentInstance object)
          Returns the result of interpretting the object as an instance of 'Micro Component Instance'.