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, FramePlaceholder fBinder, ContentPlaceholder cBinder, java.lang.Iterable<Aspect> aspects)
          Creates new instance of specified component and returns reference to its control interface.
static MIComponent ComponentFactory.createComponent(Architecture arch, Frame frame, java.lang.Iterable<Aspect> aspects, java.lang.Iterable<Bindable> units)
          Deprecated. 
 

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

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

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

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

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

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

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

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

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