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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return SubcomponentInterfaceEndpoint
 SubcomponentInterfaceEndpoint Connection.addSubcomponentEndpoint(java.lang.String ifaceName, SubcomponentInstance sub)
           
 SubcomponentInterfaceEndpoint ModelFactory.createSubcomponentInterfaceEndpoint()
          Returns a new object of class 'Subcomponent Interface Endpoint'
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement SubcomponentInterfaceEndpoint
 class SubcomponentInterfaceEndpointImpl
          An implementation of the model object 'Subcomponent Interface Endpoint'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return SubcomponentInterfaceEndpoint
 SubcomponentInterfaceEndpoint ConnectionImpl.addSubcomponentEndpoint(java.lang.String ifaceName, SubcomponentInstance sub)
           
 SubcomponentInterfaceEndpoint ModelFactoryImpl.createSubcomponentInterfaceEndpoint()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type SubcomponentInterfaceEndpoint
 T ModelSwitch.caseSubcomponentInterfaceEndpoint(SubcomponentInterfaceEndpoint object)
          Returns the result of interpreting the object as an instance of 'Subcomponent Interface Endpoint'