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'
 

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

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'
 

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

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

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

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
 T ModelSwitch.caseConnection(Connection object)
          Returns the result of interpreting the object as an instance of 'Connection'