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

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

Uses of Connection in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type Connection
static RepositoryUtil.ConnectionKind RepositoryUtil.getConnectionKind(Connection con)
          Returns pseudo-kind of a connection.
 

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

Methods in org.objectweb.dsrg.sofa.repository.model that return Connection
 Connection Architecture.addConnection()
           
 Connection ModelFactory.createConnection()
          Returns a new object of class 'Connection'.
 

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

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement Connection
 class ConnectionImpl
          An implementation of the model object 'Connection'.
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return Connection
 Connection ArchitectureImpl.addConnection()
           
 Connection ModelFactoryImpl.createConnection()
           
 

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

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Connection
 java.lang.Object ModelSwitch.caseConnection(Connection object)
          Returns the result of interpretting the object as an instance of 'Connection'.