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

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 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 with parameters of type MicroComponent
 java.lang.Object ModelSwitch.caseMicroComponent(MicroComponent object)
          Returns the result of interpretting the object as an instance of 'Micro Component'.