Uses of Interface
de.cau.cs.kieler.kiml.graphviz.dot.dot.Port

Packages that use Port
de.cau.cs.kieler.kiml.graphviz.dot.dot   
de.cau.cs.kieler.kiml.graphviz.dot.dot.impl   
de.cau.cs.kieler.kiml.graphviz.dot.dot.util   
 

Uses of Port in de.cau.cs.kieler.kiml.graphviz.dot.dot
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return Port
 Port DotFactory.createPort()
          Returns a new object of class 'Port'.
 Port Node.getPort()
          Returns the value of the 'Port' containment reference.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot with parameters of type Port
 void Node.setPort(Port value)
          Sets the value of the 'Port' containment reference.
 

Uses of Port in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl
 

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

Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl declared as Port
protected  Port NodeImpl.port
          The cached value of the 'Port' containment reference.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return Port
 Port DotFactoryImpl.createPort()
           
 Port NodeImpl.getPort()
           
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl with parameters of type Port
 NotificationChain NodeImpl.basicSetPort(Port newPort, NotificationChain msgs)
           
 void NodeImpl.setPort(Port newPort)
           
 

Uses of Port in de.cau.cs.kieler.kiml.graphviz.dot.dot.util
 

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