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

Packages that use Aspect
org.objectweb.dsrg.sofa.microarchitecture   
org.objectweb.dsrg.sofa.repository   
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
org.objectweb.dsrg.sofa.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
 

Methods in org.objectweb.dsrg.sofa.repository that return Aspect
 Aspect RepositoryFacade.createAspect(Aspect prev)
          Creates new version of the already existing aspect.
 Aspect RepositoryFacade.createAspect(java.lang.String name)
          Creates new aspect.
 Aspect RepositoryFacade.updateAspect(java.io.File srcxmi, Aspect orig, RepositoryFacade.VersionMap vm)
          Updates the given aspect according to info obtained from the xmi file - WARNING: it can return a different instance.
 

Methods in org.objectweb.dsrg.sofa.repository that return types with arguments of type Aspect
 java.util.List<Aspect> EntitiesSet.getAspects()
          Returns list of aspects stored in this object.
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type Aspect
 void EntitiesSet.add(Aspect entity)
          Adds an entity to the set.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(Aspect entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
 boolean EntitiesSet.contains(Aspect entity)
          Is the entity in the set?
 Aspect RepositoryFacade.createAspect(Aspect prev)
          Creates new version of the already existing aspect.
 Aspect RepositoryFacade.updateAspect(java.io.File srcxmi, Aspect orig, RepositoryFacade.VersionMap vm)
          Updates the given aspect according to info obtained from the xmi file - WARNING: it can return a different instance.
 

Method parameters in org.objectweb.dsrg.sofa.repository with type arguments of type Aspect
 void EntitiesSet.addAspects(java.lang.Iterable<Aspect> entities)
          Adds entities to the set.
 

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'
 Aspect RepositoryData.createAspect(Aspect previous)
           
 Aspect RepositoryData.createAspect(java.lang.String name)
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type Aspect
 Aspect RepositoryData.createAspect(Aspect previous)
           
 

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> DeploymentPlanImpl.aspect
          The cached value of the 'Aspect' reference list
protected  org.eclipse.emf.common.util.EList<Aspect> RepositoryDataImpl.aspect
          The cached value of the 'Aspect' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Aspect
 Aspect ModelFactoryImpl.createAspect()
           
 Aspect RepositoryDataImpl.createAspect(Aspect previous)
           
 Aspect RepositoryDataImpl.createAspect(java.lang.String name)
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type Aspect
 Aspect RepositoryDataImpl.createAspect(Aspect previous)
           
 

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
 T ModelSwitch.caseAspect(Aspect object)
          Returns the result of interpreting the object as an instance of 'Aspect'
 

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

Methods in org.objectweb.dsrg.sofa.util with parameters of type Aspect
static EntitiesSet DependencyCalculator.seekDependencies(Aspect entity, DependencyCalculator.SearchMode searchMode)
          When cloning an entity, use this method to determine, which entities need also be cloned.
static EntitiesSet DependencyCalculator.seekDependencies(Aspect entity, EntitiesSet dl, DependencyCalculator.SearchMode searchMode)
          When cloning an entity, use this method to determine, which entities need also be cloned.