|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SubcomponentInstance in org.objectweb.dsrg.sofa.repository |
---|
Methods in org.objectweb.dsrg.sofa.repository with parameters of type SubcomponentInstance | |
---|---|
protected DeleteDependencyCalculator.DeletingNode |
DeleteDependencyCalculator.cacheEntity(SubcomponentInstance entity)
Goes through all the dependencies of the entity and caches it into memory of this data structure. |
Uses of SubcomponentInstance in org.objectweb.dsrg.sofa.repository.model |
---|
Methods in org.objectweb.dsrg.sofa.repository.model that return SubcomponentInstance | |
---|---|
SubcomponentInstance |
Architecture.addSubcomponentByArch(java.lang.String name,
Architecture arch,
Frame frame,
boolean isCol)
|
SubcomponentInstance |
Architecture.addSubcomponentByFrame(java.lang.String name,
Frame frame,
boolean isCol)
|
SubcomponentInstance |
ModelFactory.createSubcomponentInstance()
Returns a new object of class 'Subcomponent Instance' |
SubcomponentInstance |
MappedProperty.getInstance()
Returns the value of the 'Instance' reference |
SubcomponentInstance |
SubcomponentInterfaceEndpoint.getSubcomponent()
Returns the value of the 'Subcomponent' reference |
Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type SubcomponentInstance | |
---|---|
org.eclipse.emf.common.util.EList<SubcomponentInstance> |
Architecture.getSubcomponent()
Returns the value of the 'Subcomponent' containment reference list. |
Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type SubcomponentInstance | |
---|---|
MappedProperty |
Architecture.addMappedProperty(java.lang.String name,
java.lang.String type,
java.lang.String subcompPropName,
SubcomponentInstance subc)
|
SubcomponentInterfaceEndpoint |
Connection.addSubcomponentEndpoint(java.lang.String ifaceName,
SubcomponentInstance sub)
|
void |
MappedProperty.setInstance(SubcomponentInstance value)
Sets the value of the ' Instance ' reference |
void |
SubcomponentInterfaceEndpoint.setSubcomponent(SubcomponentInstance value)
Sets the value of the ' Subcomponent ' reference |
Uses of SubcomponentInstance in org.objectweb.dsrg.sofa.repository.model.impl |
---|
Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement SubcomponentInstance | |
---|---|
class |
SubcomponentInstanceImpl
An implementation of the model object 'Subcomponent Instance' |
Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as SubcomponentInstance | |
---|---|
protected SubcomponentInstance |
MappedPropertyImpl.instance
The cached value of the ' Instance ' reference |
protected SubcomponentInstance |
SubcomponentInterfaceEndpointImpl.subcomponent
The cached value of the ' Subcomponent ' reference |
Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type SubcomponentInstance | |
---|---|
protected org.eclipse.emf.common.util.EList<SubcomponentInstance> |
ArchitectureImpl.subcomponent
The cached value of the ' Subcomponent ' containment reference list |
Methods in org.objectweb.dsrg.sofa.repository.model.impl that return SubcomponentInstance | |
---|---|
SubcomponentInstance |
ArchitectureImpl.addSubcomponentByArch(java.lang.String name,
Architecture arch,
Frame frame,
boolean isCol)
|
SubcomponentInstance |
ArchitectureImpl.addSubcomponentByFrame(java.lang.String name,
Frame frame,
boolean isCol)
|
SubcomponentInstance |
MappedPropertyImpl.basicGetInstance()
|
SubcomponentInstance |
SubcomponentInterfaceEndpointImpl.basicGetSubcomponent()
|
SubcomponentInstance |
ModelFactoryImpl.createSubcomponentInstance()
|
SubcomponentInstance |
MappedPropertyImpl.getInstance()
|
SubcomponentInstance |
SubcomponentInterfaceEndpointImpl.getSubcomponent()
|
Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type SubcomponentInstance | |
---|---|
org.eclipse.emf.common.util.EList<SubcomponentInstance> |
ArchitectureImpl.getSubcomponent()
|
Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type SubcomponentInstance | |
---|---|
MappedProperty |
ArchitectureImpl.addMappedProperty(java.lang.String name,
java.lang.String type,
java.lang.String subcompPropName,
SubcomponentInstance subc)
|
SubcomponentInterfaceEndpoint |
ConnectionImpl.addSubcomponentEndpoint(java.lang.String ifaceName,
SubcomponentInstance sub)
|
void |
MappedPropertyImpl.setInstance(SubcomponentInstance newInstance)
|
void |
SubcomponentInterfaceEndpointImpl.setSubcomponent(SubcomponentInstance newSubcomponent)
|
Uses of SubcomponentInstance in org.objectweb.dsrg.sofa.repository.model.util |
---|
Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type SubcomponentInstance | |
---|---|
T |
ModelSwitch.caseSubcomponentInstance(SubcomponentInstance object)
Returns the result of interpreting the object as an instance of 'Subcomponent Instance' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |