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

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

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

Methods in org.objectweb.dsrg.sofa.repository.model that return ComponentInterfaceEndpoint
 ComponentInterfaceEndpoint Connection.addComponentEndpoint(java.lang.String ifaceName)
           
 ComponentInterfaceEndpoint ModelFactory.createComponentInterfaceEndpoint()
          Returns a new object of class 'Component Interface Endpoint'
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ComponentInterfaceEndpoint
 class ComponentInterfaceEndpointImpl
          An implementation of the model object 'Component Interface Endpoint'
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return ComponentInterfaceEndpoint
 ComponentInterfaceEndpoint ConnectionImpl.addComponentEndpoint(java.lang.String ifaceName)
           
 ComponentInterfaceEndpoint ModelFactoryImpl.createComponentInterfaceEndpoint()
           
 

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

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