Uses of Interface
net.ogdf.ogml.NodeType

Packages that use NodeType
net.ogdf.ogml   
net.ogdf.ogml.impl   
net.ogdf.ogml.util   
 

Uses of NodeType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return NodeType
 NodeType OgmlFactory.createNodeType()
          Returns a new object of class 'Node Type'.
 NodeType DocumentRoot.getNode()
          Returns the value of the 'Node' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type NodeType
 EList<NodeType> NodeType.getNode()
          Returns the value of the 'Node' containment reference list.
 EList<NodeType> StructureType.getNode()
          Returns the value of the 'Node' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type NodeType
 void DocumentRoot.setNode(NodeType value)
          Sets the value of the 'Node' containment reference.
 

Uses of NodeType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement NodeType
 class NodeTypeImpl
          An implementation of the model object 'Node Type'.
 

Methods in net.ogdf.ogml.impl that return NodeType
 NodeType OgmlFactoryImpl.createNodeType()
           
 NodeType DocumentRootImpl.getNode()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type NodeType
 EList<NodeType> NodeTypeImpl.getNode()
           
 EList<NodeType> StructureTypeImpl.getNode()
           
 

Methods in net.ogdf.ogml.impl with parameters of type NodeType
 NotificationChain DocumentRootImpl.basicSetNode(NodeType newNode, NotificationChain msgs)
           
 void DocumentRootImpl.setNode(NodeType newNode)
           
 

Uses of NodeType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type NodeType
 T OgmlSwitch.caseNodeType(NodeType object)
          Returns the result of interpreting the object as an instance of 'Node Type'.