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'
 

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'
 

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

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
 java.lang.Object ModelSwitch.caseSubcomponentAssemblyInstance(SubcomponentAssemblyInstance object)
          Returns the result of interpretting the object as an instance of 'Subcomponent Assembly Instance'