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

Packages that use SubcomponentAssemblyInstance
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return SubcomponentAssemblyInstance
 SubcomponentAssemblyInstance ModelFactory.createSubcomponentAssemblyInstance()
          Returns a new object of class 'Subcomponent Assembly Instance'
 

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

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement SubcomponentAssemblyInstance
 class SubcomponentAssemblyInstanceImpl
          An implementation of the model object 'Subcomponent Assembly Instance'
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return SubcomponentAssemblyInstance
 SubcomponentAssemblyInstance ModelFactoryImpl.createSubcomponentAssemblyInstance()
           
 

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

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

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