|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MicroInterfaceType in org.objectweb.dsrg.sofa.repository |
---|
Methods in org.objectweb.dsrg.sofa.repository that return MicroInterfaceType | |
---|---|
MicroInterfaceType |
RepositoryFacade.createMicroInterfaceType(MicroInterfaceType prev)
Creates new version of the already existing micro interface type. |
MicroInterfaceType |
RepositoryFacade.createMicroInterfaceType(java.lang.String name)
Creates new micro interface type. |
MicroInterfaceType |
RepositoryFacade.updateMicroInterfaceType(java.io.File srcxmi,
MicroInterfaceType orig)
Updates the given micro interface type 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 MicroInterfaceType | |
---|---|
java.util.List<MicroInterfaceType> |
EntitiesSet.getMicroInterfaceTypes()
Returns list of microinterface types stored in this object. |
Methods in org.objectweb.dsrg.sofa.repository with parameters of type MicroInterfaceType | |
---|---|
void |
EntitiesSet.add(MicroInterfaceType entity)
Adds an entity to the set. |
protected DeleteDependencyCalculator.DeletingNode |
DeleteDependencyCalculator.cacheEntity(MicroInterfaceType entity)
Goes through all the dependencies of the entity and caches it into memory of this data structure. |
boolean |
EntitiesSet.contains(MicroInterfaceType entity)
Is the entity in the set? |
MicroInterfaceType |
RepositoryFacade.createMicroInterfaceType(MicroInterfaceType prev)
Creates new version of the already existing micro interface type. |
MicroInterfaceType |
RepositoryFacade.updateMicroInterfaceType(java.io.File srcxmi,
MicroInterfaceType orig)
Updates the given micro interface type 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 MicroInterfaceType | |
---|---|
void |
EntitiesSet.addMicroInterfaceTypes(java.lang.Iterable<MicroInterfaceType> entities)
Adds entities to the set. |
Uses of MicroInterfaceType in org.objectweb.dsrg.sofa.repository.model |
---|
Methods in org.objectweb.dsrg.sofa.repository.model that return MicroInterfaceType | |
---|---|
MicroInterfaceType |
ModelFactory.createMicroInterfaceType()
Returns a new object of class 'Micro Interface Type' |
MicroInterfaceType |
RepositoryData.createMicroInterfaceType(MicroInterfaceType previous)
|
MicroInterfaceType |
RepositoryData.createMicroInterfaceType(java.lang.String name)
|
MicroInterfaceType |
MicroComponent.getDelegatedInterfaceType()
Returns the value of the 'Delegated Interface Type' reference |
MicroInterfaceType |
ControlInterface.getInterfaceType()
Returns the value of the 'Interface Type' reference |
MicroInterfaceType |
MicroInterface.getInterfaceType()
Returns the value of the 'Interface Type' reference |
Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type MicroInterfaceType | |
---|---|
org.eclipse.emf.common.util.EList<MicroInterfaceType> |
RepositoryData.getMicroInterfaceType()
Returns the value of the 'Micro Interface Type' containment reference list. |
Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type MicroInterfaceType | |
---|---|
MicroInterfaceType |
RepositoryData.createMicroInterfaceType(MicroInterfaceType previous)
|
void |
MicroComponent.setDelegatedInterfaceType(MicroInterfaceType value)
Sets the value of the ' Delegated Interface Type ' reference |
void |
ControlInterface.setInterfaceType(MicroInterfaceType value)
Sets the value of the ' Interface Type ' reference |
void |
MicroInterface.setInterfaceType(MicroInterfaceType value)
Sets the value of the ' Interface Type ' reference |
Uses of MicroInterfaceType in org.objectweb.dsrg.sofa.repository.model.impl |
---|
Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement MicroInterfaceType | |
---|---|
class |
MicroInterfaceTypeImpl
An implementation of the model object 'Micro Interface Type' |
Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as MicroInterfaceType | |
---|---|
protected MicroInterfaceType |
MicroComponentImpl.delegatedInterfaceType
The cached value of the ' Delegated Interface Type ' reference |
protected MicroInterfaceType |
MicroInterfaceImpl.interfaceType
The cached value of the ' Interface Type ' reference |
protected MicroInterfaceType |
ControlInterfaceImpl.interfaceType
The cached value of the ' Interface Type ' reference |
Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type MicroInterfaceType | |
---|---|
protected org.eclipse.emf.common.util.EList<MicroInterfaceType> |
RepositoryDataImpl.microInterfaceType
The cached value of the ' Micro Interface Type ' containment reference list |
Methods in org.objectweb.dsrg.sofa.repository.model.impl that return MicroInterfaceType | |
---|---|
MicroInterfaceType |
MicroComponentImpl.basicGetDelegatedInterfaceType()
|
MicroInterfaceType |
MicroInterfaceImpl.basicGetInterfaceType()
|
MicroInterfaceType |
ControlInterfaceImpl.basicGetInterfaceType()
|
MicroInterfaceType |
ModelFactoryImpl.createMicroInterfaceType()
|
MicroInterfaceType |
RepositoryDataImpl.createMicroInterfaceType(MicroInterfaceType previous)
|
MicroInterfaceType |
RepositoryDataImpl.createMicroInterfaceType(java.lang.String name)
|
MicroInterfaceType |
MicroComponentImpl.getDelegatedInterfaceType()
|
MicroInterfaceType |
MicroInterfaceImpl.getInterfaceType()
|
MicroInterfaceType |
ControlInterfaceImpl.getInterfaceType()
|
Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type MicroInterfaceType | |
---|---|
org.eclipse.emf.common.util.EList<MicroInterfaceType> |
RepositoryDataImpl.getMicroInterfaceType()
|
Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type MicroInterfaceType | |
---|---|
MicroInterfaceType |
RepositoryDataImpl.createMicroInterfaceType(MicroInterfaceType previous)
|
void |
MicroComponentImpl.setDelegatedInterfaceType(MicroInterfaceType newDelegatedInterfaceType)
|
void |
MicroInterfaceImpl.setInterfaceType(MicroInterfaceType newInterfaceType)
|
void |
ControlInterfaceImpl.setInterfaceType(MicroInterfaceType newInterfaceType)
|
Uses of MicroInterfaceType in org.objectweb.dsrg.sofa.repository.model.util |
---|
Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type MicroInterfaceType | |
---|---|
T |
ModelSwitch.caseMicroInterfaceType(MicroInterfaceType object)
Returns the result of interpreting the object as an instance of 'Micro Interface Type' |
Uses of MicroInterfaceType in org.objectweb.dsrg.sofa.util |
---|
Methods in org.objectweb.dsrg.sofa.util with parameters of type MicroInterfaceType | |
---|---|
static EntitiesSet |
DependencyCalculator.seekDependencies(MicroInterfaceType entity,
DependencyCalculator.SearchMode searchMode)
When cloning an entity, use this method to determine, which entities need also be cloned. |
static EntitiesSet |
DependencyCalculator.seekDependencies(MicroInterfaceType entity,
EntitiesSet dl,
DependencyCalculator.SearchMode searchMode)
When cloning an entity, use this method to determine, which entities need also be cloned. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |