Uses of Interface
org.graphdrawing.graphml.NodeType

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

Uses of NodeType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return NodeType
 NodeType GraphMLFactory.createNodeType()
          Returns a new object of class 'Node Type'.
 NodeType DocumentRoot.getNode()
          Returns the value of the 'Node' containment reference.
 

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

Methods in org.graphdrawing.graphml with parameters of type NodeType
 void DocumentRoot.setNode(NodeType value)
          Sets the value of the 'Node' containment reference.
 

Uses of NodeType in org.graphdrawing.graphml.impl
 

Methods in org.graphdrawing.graphml.impl that return NodeType
 NodeType GraphMLFactoryImpl.createNodeType()
           
 NodeType DocumentRootImpl.getNode()
           
 

Methods in org.graphdrawing.graphml.impl that return types with arguments of type NodeType
 EList<NodeType> GraphTypeImpl.getNode()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type NodeType
 NotificationChain DocumentRootImpl.basicSetNode(NodeType newNode, NotificationChain msgs)
           
 void DocumentRootImpl.setNode(NodeType newNode)
           
 

Uses of NodeType in org.graphdrawing.graphml.util
 

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