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

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

Methods in org.objectweb.dsrg.sofa.repository that return MicroComponent
 MicroComponent RepositoryFacade.createMicroComponent(MicroComponent prev)
          Creates new version of the already existing micro component.
 MicroComponent RepositoryFacade.createMicroComponent(java.lang.String name)
          Creates new micro component.
 MicroComponent RepositoryFacade.updateMicroComponent(java.io.File srcxmi, MicroComponent orig, RepositoryFacade.VersionMap vm)
          Updates the given micro component 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 MicroComponent
 java.util.List<MicroComponent> EntitiesSet.getMicroComponents()
          Returns list of micro components stored in this object.
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type MicroComponent
 void EntitiesSet.add(MicroComponent entity)
          Adds an entity to the set.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(MicroComponent entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
 boolean EntitiesSet.contains(MicroComponent entity)
          Is the entity in the set?
 MicroComponent RepositoryFacade.createMicroComponent(MicroComponent prev)
          Creates new version of the already existing micro component.
 MicroComponent RepositoryFacade.updateMicroComponent(java.io.File srcxmi, MicroComponent orig, RepositoryFacade.VersionMap vm)
          Updates the given micro component 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 MicroComponent
 void EntitiesSet.addMicroComponents(java.lang.Iterable<MicroComponent> entities)
          Adds entities to the set.
 

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 RepositoryData.createMicroComponent(MicroComponent previous)
           
 MicroComponent RepositoryData.createMicroComponent(java.lang.String name)
           
 MicroComponent MicroComponentInstance.getMicrocomponent()
          Returns the value of the 'Microcomponent' reference
 

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

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type MicroComponent
 MicroComponent RepositoryData.createMicroComponent(MicroComponent previous)
           
 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
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroComponent
 MicroComponent MicroComponentInstanceImpl.basicGetMicrocomponent()
           
 MicroComponent ModelFactoryImpl.createMicroComponent()
           
 MicroComponent RepositoryDataImpl.createMicroComponent(MicroComponent previous)
           
 MicroComponent RepositoryDataImpl.createMicroComponent(java.lang.String name)
           
 MicroComponent MicroComponentInstanceImpl.getMicrocomponent()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type MicroComponent
 MicroComponent RepositoryDataImpl.createMicroComponent(MicroComponent previous)
           
 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
 T ModelSwitch.caseMicroComponent(MicroComponent object)
          Returns the result of interpreting the object as an instance of 'Micro Component'
 

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

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