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

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

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

Subinterfaces of ConnectionEndpoint in org.objectweb.dsrg.sofa.repository.model
 interface ComponentInterfaceEndpoint
          A representation of the model object 'Component Interface Endpoint'
 interface SubcomponentInterfaceEndpoint
          A representation of the model object 'Subcomponent Interface Endpoint'
 

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

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement ConnectionEndpoint
 class ComponentInterfaceEndpointImpl
          An implementation of the model object 'Component Interface Endpoint'
 class ConnectionEndpointImpl
          An implementation of the model object 'Connection Endpoint'
 class SubcomponentInterfaceEndpointImpl
          An implementation of the model object 'Subcomponent Interface Endpoint'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type ConnectionEndpoint
protected  org.eclipse.emf.common.util.EList<ConnectionEndpoint> ConnectionImpl.endpoint
          The cached value of the 'Endpoint' containment reference list
 

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

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

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