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

Packages that use Port
de.cau.cs.kieler.graphs   
de.cau.cs.kieler.graphs.diagram.edit.commands   
de.cau.cs.kieler.graphs.impl   
de.cau.cs.kieler.graphs.util   
 

Uses of Port in de.cau.cs.kieler.graphs
 

Methods in de.cau.cs.kieler.graphs that return Port
 Port GraphsFactory.createPort()
          Returns a new object of class 'Port'.
 

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

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

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

Classes in de.cau.cs.kieler.graphs.impl that implement Port
 class PortImpl
          An implementation of the model object 'Port'.
 

Methods in de.cau.cs.kieler.graphs.impl that return Port
 Port GraphsFactoryImpl.createPort()
           
 

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

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