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

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

Method parameters in org.objectweb.dsrg.sofa.microarchitecture with type arguments of type Aspect
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.
 

Constructor parameters in org.objectweb.dsrg.sofa.microarchitecture with type arguments of type Aspect
ComponentInstance(Architecture arch, Frame frame, java.lang.Iterable<Aspect> aspects, java.lang.Iterable<Bindable> units)
          Creates new ComponentInstance of Architecture arch with aspects applied.
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return Aspect
 Aspect ModelFactory.createAspect()
          Returns a new object of class 'Aspect'.
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement Aspect
 class AspectImpl
          An implementation of the model object 'Aspect'.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Aspect
 Aspect ModelFactoryImpl.createAspect()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Aspect
 java.lang.Object ModelSwitch.caseAspect(Aspect object)
          Returns the result of interpretting the object as an instance of 'Aspect'.