Uses of Interface
org.objectweb.dsrg.sofa.microarchitecture.MIComponent

Packages that use MIComponent
org.objectweb.dsrg.sofa.bootstrap   
org.objectweb.dsrg.sofa.microarchitecture   
 

Uses of MIComponent in org.objectweb.dsrg.sofa.bootstrap
 

Classes in org.objectweb.dsrg.sofa.bootstrap that implement MIComponent
 class MIComponentImpl
          This microcomponent implements Componet aspect.
 

Methods in org.objectweb.dsrg.sofa.bootstrap that return MIComponent
 MIComponent MIInComponentBase.getComponent()
           
 MIComponent MIInComponentImpl.getComponent()
           
 

Uses of MIComponent in org.objectweb.dsrg.sofa.microarchitecture
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that return MIComponent
static MIComponent ComponentFactory.createComponent(Architecture arch, Frame frame, java.lang.Iterable<Aspect> aspects, java.lang.Iterable<Bindable> units)
          Creates new instance of specified component and returns reference to its control interface.
 MIComponent MIInComponent.getComponent()
          Returns control interface of the component.