Uses of Interface
org.graphdrawing.graphml.PortType

Packages that use PortType
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
org.graphdrawing.graphml.util   
 

Uses of PortType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return PortType
 PortType GraphMLFactory.createPortType()
          Returns a new object of class 'Port Type'.
 PortType DocumentRoot.getPort()
          Returns the value of the 'Port' containment reference.
 

Methods in org.graphdrawing.graphml that return types with arguments of type PortType
 EList<PortType> NodeType.getPort()
          Returns the value of the 'Port' containment reference list.
 EList<PortType> PortType.getPort()
          Returns the value of the 'Port' containment reference list.
 

Methods in org.graphdrawing.graphml with parameters of type PortType
 void DocumentRoot.setPort(PortType value)
          Sets the value of the 'Port' containment reference.
 

Uses of PortType in org.graphdrawing.graphml.impl
 

Classes in org.graphdrawing.graphml.impl that implement PortType
 class PortTypeImpl
          An implementation of the model object 'Port Type'.
 

Methods in org.graphdrawing.graphml.impl that return PortType
 PortType GraphMLFactoryImpl.createPortType()
           
 PortType DocumentRootImpl.getPort()
           
 

Methods in org.graphdrawing.graphml.impl that return types with arguments of type PortType
 EList<PortType> NodeTypeImpl.getPort()
           
 EList<PortType> PortTypeImpl.getPort()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type PortType
 NotificationChain DocumentRootImpl.basicSetPort(PortType newPort, NotificationChain msgs)
           
 void DocumentRootImpl.setPort(PortType newPort)
           
 

Uses of PortType in org.graphdrawing.graphml.util
 

Methods in org.graphdrawing.graphml.util with parameters of type PortType
 T GraphMLSwitch.casePortType(PortType object)
          Returns the result of interpreting the object as an instance of 'Port Type'.