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

Packages that use InstanceAssemblyDescription
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   
 

Uses of InstanceAssemblyDescription in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type InstanceAssemblyDescription
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(InstanceAssemblyDescription entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
 

Uses of InstanceAssemblyDescription in org.objectweb.dsrg.sofa.repository.model
 

Methods in org.objectweb.dsrg.sofa.repository.model that return InstanceAssemblyDescription
 InstanceAssemblyDescription InstanceAssemblyDescription.addDynamicInstance(Architecture arch)
           
 InstanceAssemblyDescription InstanceAssemblyDescription.addSubcomponent(java.lang.String name, Architecture arch)
           
 InstanceAssemblyDescription ModelFactory.createInstanceAssemblyDescription()
          Returns a new object of class 'Instance Assembly Description'
 InstanceAssemblyDescription SubcomponentAssemblyInstance.getInstance()
          Returns the value of the 'Instance' containment reference
 InstanceAssemblyDescription AssemblyDescriptor.getTopLevelInstance()
          Returns the value of the 'Top Level Instance' containment reference
 

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

Methods in org.objectweb.dsrg.sofa.repository.model with parameters of type InstanceAssemblyDescription
 void SubcomponentAssemblyInstance.setInstance(InstanceAssemblyDescription value)
          Sets the value of the 'Instance' containment reference
 void AssemblyDescriptor.setTopLevelInstance(InstanceAssemblyDescription value)
          Sets the value of the 'Top Level Instance' containment reference
 

Uses of InstanceAssemblyDescription in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement InstanceAssemblyDescription
 class InstanceAssemblyDescriptionImpl
          An implementation of the model object 'Instance Assembly Description'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl declared as InstanceAssemblyDescription
protected  InstanceAssemblyDescription SubcomponentAssemblyInstanceImpl.instance
          The cached value of the 'Instance' containment reference
protected  InstanceAssemblyDescription AssemblyDescriptorImpl.topLevelInstance
          The cached value of the 'Top Level Instance' containment reference
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type InstanceAssemblyDescription
protected  org.eclipse.emf.common.util.EList<InstanceAssemblyDescription> InstanceAssemblyDescriptionImpl.dynamicInstance
          The cached value of the 'Dynamic Instance' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return InstanceAssemblyDescription
 InstanceAssemblyDescription InstanceAssemblyDescriptionImpl.addDynamicInstance(Architecture arch)
           
 InstanceAssemblyDescription InstanceAssemblyDescriptionImpl.addSubcomponent(java.lang.String name, Architecture arch)
           
 InstanceAssemblyDescription SubcomponentAssemblyInstanceImpl.basicGetInstance()
           
 InstanceAssemblyDescription AssemblyDescriptorImpl.basicGetTopLevelInstance()
           
 InstanceAssemblyDescription ModelFactoryImpl.createInstanceAssemblyDescription()
           
 InstanceAssemblyDescription SubcomponentAssemblyInstanceImpl.getInstance()
           
 InstanceAssemblyDescription AssemblyDescriptorImpl.getTopLevelInstance()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl with parameters of type InstanceAssemblyDescription
 org.eclipse.emf.common.notify.NotificationChain SubcomponentAssemblyInstanceImpl.basicSetInstance(InstanceAssemblyDescription newInstance, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssemblyDescriptorImpl.basicSetTopLevelInstance(InstanceAssemblyDescription newTopLevelInstance, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SubcomponentAssemblyInstanceImpl.setInstance(InstanceAssemblyDescription newInstance)
           
 void AssemblyDescriptorImpl.setTopLevelInstance(InstanceAssemblyDescription newTopLevelInstance)
           
 

Uses of InstanceAssemblyDescription in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type InstanceAssemblyDescription
 T ModelSwitch.caseInstanceAssemblyDescription(InstanceAssemblyDescription object)
          Returns the result of interpreting the object as an instance of 'Instance Assembly Description'