Uses of Interface
de.cau.cs.kieler.dataflow.Connection

Packages that use Connection
de.cau.cs.kieler.dataflow Base package for the EMF model used by the simple dataflow diagram editor. 
de.cau.cs.kieler.dataflow.diagram.edit.commands   
de.cau.cs.kieler.dataflow.impl Internal implementation of the dataflow model. 
de.cau.cs.kieler.dataflow.util Utility classes for the dataflow model. 
 

Uses of Connection in de.cau.cs.kieler.dataflow
 

Methods in de.cau.cs.kieler.dataflow that return Connection
 Connection DataflowFactory.createConnection()
          Returns a new object of class 'Connection'.
 

Methods in de.cau.cs.kieler.dataflow that return types with arguments of type Connection
 EList<Connection> DataflowModel.getConnections()
          Returns the value of the 'Connections' containment reference list.
 

Uses of Connection in de.cau.cs.kieler.dataflow.diagram.edit.commands
 

Methods in de.cau.cs.kieler.dataflow.diagram.edit.commands that return Connection
protected  Connection ConnectionReorientCommand.getLink()
           
 

Methods in de.cau.cs.kieler.dataflow.diagram.edit.commands with parameters of type Connection
protected  void ConnectionCreateCommand.doConfigure(Connection newElement, IProgressMonitor monitor, IAdaptable info)
           
 

Uses of Connection in de.cau.cs.kieler.dataflow.impl
 

Classes in de.cau.cs.kieler.dataflow.impl that implement Connection
 class ConnectionImpl
          An implementation of the model object 'Connection'.
 

Fields in de.cau.cs.kieler.dataflow.impl with type parameters of type Connection
protected  EList<Connection> DataflowModelImpl.connections
          The cached value of the 'Connections' containment reference list.
 

Methods in de.cau.cs.kieler.dataflow.impl that return Connection
 Connection DataflowFactoryImpl.createConnection()
           
 

Methods in de.cau.cs.kieler.dataflow.impl that return types with arguments of type Connection
 EList<Connection> DataflowModelImpl.getConnections()
           
 

Uses of Connection in de.cau.cs.kieler.dataflow.util
 

Methods in de.cau.cs.kieler.dataflow.util with parameters of type Connection
 T DataflowSwitch.caseConnection(Connection object)
          Returns the result of interpreting the object as an instance of 'Connection'.