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

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

Methods in de.cau.cs.kieler.dataflow that return InputPort
 InputPort DataflowFactory.createInputPort()
          Returns a new object of class 'Input Port'.
 

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

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

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

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

Classes in de.cau.cs.kieler.dataflow.impl that implement InputPort
 class InputPortImpl
          An implementation of the model object 'Input Port'.
 

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

Methods in de.cau.cs.kieler.dataflow.impl that return InputPort
 InputPort DataflowFactoryImpl.createInputPort()
           
 

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

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

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