Interface NodeModel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getParent​(java.lang.Object node)
      Return the graph parent of the given node.
      java.util.Iterator inEdges​(java.lang.Object node)
      Return an iterator over the edges coming into the given node.
      java.util.Iterator outEdges​(java.lang.Object node)
      Return an iterator over the edges coming out of the given node.
    • Method Detail

      • inEdges

        java.util.Iterator inEdges​(java.lang.Object node)
        Return an iterator over the edges coming into the given node.
      • outEdges

        java.util.Iterator outEdges​(java.lang.Object node)
        Return an iterator over the edges coming out of the given node.
      • getParent

        java.lang.Object getParent​(java.lang.Object node)
        Return the graph parent of the given node.