module OGDF.NodeElement (NodeElement(..), INodeElement, upcastNodeElement, downcastNodeElement, nodeElement_index, nodeElement_indeg, nodeElement_outdeg, nodeElement_degree, nodeElement_succ, nodeElement_pred) where import OGDF.NodeElement.RawType import OGDF.NodeElement.Interface import OGDF.NodeElement.Implementation