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

Packages that use Port
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.diagram.edit.policies   
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 Port in de.cau.cs.kieler.dataflow
 

Subinterfaces of Port in de.cau.cs.kieler.dataflow
 interface InputPort
          A representation of the model object 'Input Port'.
 interface OutputPort
          A representation of the model object 'Output Port'.
 

Methods in de.cau.cs.kieler.dataflow that return Port
 Port DataflowFactory.createPort()
          Returns a new object of class 'Port'.
 Port Connection.getSourcePort()
          Returns the value of the 'Source Port' reference.
 Port Connection.getTargetPort()
          Returns the value of the 'Target Port' reference.
 

Methods in de.cau.cs.kieler.dataflow with parameters of type Port
 void Connection.setSourcePort(Port value)
          Sets the value of the 'Source Port' reference.
 void Connection.setTargetPort(Port value)
          Sets the value of the 'Target Port' reference.
 

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

Methods in de.cau.cs.kieler.dataflow.diagram.edit.commands that return Port
protected  Port ConnectionReorientCommand.getNewSource()
           
protected  Port ConnectionReorientCommand.getNewTarget()
           
protected  Port ConnectionReorientCommand.getOldSource()
           
protected  Port ConnectionReorientCommand.getOldTarget()
           
protected  Port ConnectionCreateCommand.getSource()
           
protected  Port ConnectionCreateCommand.getTarget()
           
 

Uses of Port in de.cau.cs.kieler.dataflow.diagram.edit.policies
 

Methods in de.cau.cs.kieler.dataflow.diagram.edit.policies with parameters of type Port
static boolean DataflowBaseItemSemanticEditPolicy.LinkConstraints.canCreateConnection_4001(DataflowModel container, Port source, Port target)
           
static boolean DataflowBaseItemSemanticEditPolicy.LinkConstraints.canExistConnection_4001(DataflowModel container, Port source, Port target)
           
 

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

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

Fields in de.cau.cs.kieler.dataflow.impl declared as Port
protected  Port ConnectionImpl.sourcePort
          The cached value of the 'Source Port' reference.
protected  Port ConnectionImpl.targetPort
          The cached value of the 'Target Port' reference.
 

Methods in de.cau.cs.kieler.dataflow.impl that return Port
 Port ConnectionImpl.basicGetSourcePort()
           
 Port ConnectionImpl.basicGetTargetPort()
           
 Port DataflowFactoryImpl.createPort()
           
 Port ConnectionImpl.getSourcePort()
           
 Port ConnectionImpl.getTargetPort()
           
 

Methods in de.cau.cs.kieler.dataflow.impl with parameters of type Port
 void ConnectionImpl.setSourcePort(Port newSourcePort)
           
 void ConnectionImpl.setTargetPort(Port newTargetPort)
           
 

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

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