|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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. |
static EntitiesSet |
CloneDependencyCalculator.seekDependencies(MicroComponent entity)
When cloning an entity, use this method to determine, which entities need also be cloned. |
static EntitiesSet |
CloneDependencyCalculator.seekDependencies(MicroComponent entity,
EntitiesSet dl)
When cloning an entity, use this method to determine, which entities need also be cloned. |
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'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |