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

Packages that use OutputPort
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 OutputPort in de.cau.cs.kieler.dataflow
 

Methods in de.cau.cs.kieler.dataflow that return OutputPort
 OutputPort DataflowFactory.createOutputPort()
          Returns a new object of class 'Output Port'.
 

Methods in de.cau.cs.kieler.dataflow that return types with arguments of type OutputPort
 EList<OutputPort> Box.getOutputs()
          Returns the value of the 'Outputs' containment reference list.
 

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

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

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

Classes in de.cau.cs.kieler.dataflow.impl that implement OutputPort
 class OutputPortImpl
          An implementation of the model object 'Output Port'.
 

Fields in de.cau.cs.kieler.dataflow.impl with type parameters of type OutputPort
protected  EList<OutputPort> BoxImpl.outputs
          The cached value of the 'Outputs' containment reference list.
 

Methods in de.cau.cs.kieler.dataflow.impl that return OutputPort
 OutputPort DataflowFactoryImpl.createOutputPort()
           
 

Methods in de.cau.cs.kieler.dataflow.impl that return types with arguments of type OutputPort
 EList<OutputPort> BoxImpl.getOutputs()
           
 

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

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