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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return MicroComponent
 MicroComponent ModelFactory.createMicroComponent()
          Returns a new object of class 'Micro Component'.
 MicroComponent MicroComponentInstance.getMicrocomponent()
          Returns the value of the 'Microcomponent' reference.
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type MicroComponent
 org.eclipse.emf.common.util.EList<MicroComponent> RepositoryData.getMicroComponent()
          Returns the value of the 'Micro Component' containment reference list.
 

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type MicroComponent
 void MicroComponentInstance.setMicrocomponent(MicroComponent value)
          Sets the value of the 'Microcomponent' reference.
 

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

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

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as MicroComponent
protected  MicroComponent MicroComponentInstanceImpl.microcomponent
          The cached value of the 'Microcomponent' reference.
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type MicroComponent
protected  org.eclipse.emf.common.util.EList<MicroComponent> RepositoryDataImpl.microComponent
          The cached value of the 'Micro Component' containment reference list.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroComponent
 MicroComponent MicroComponentInstanceImpl.basicGetMicrocomponent()
           
 MicroComponent ModelFactoryImpl.createMicroComponent()
           
 MicroComponent MicroComponentInstanceImpl.getMicrocomponent()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type MicroComponent
 void MicroComponentInstanceImpl.setMicrocomponent(MicroComponent newMicrocomponent)
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util that return types with arguments of type MicroComponent
 java.util.List<MicroComponent> DependencyWalker.DependencyList.getMicroComponents()
           
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type MicroComponent
 void DependencyWalker.DependencyList.add(MicroComponent entity)
           
 T ModelSwitch.caseMicroComponent(MicroComponent object)
          Returns the result of interpreting the object as an instance of 'Micro Component'.
 boolean DependencyWalker.DependencyList.contains(MicroComponent entity)
           
 DependencyWalker.DependencyList DependencyWalker.seekDependencies(MicroComponent entity, DependencyWalker.DependencyListMode listMode)