Interface NESTEdgeObject

    • Method Detail

      • getPre

        NESTNodeObject getPre()
        Returns the previous node of the edge.
        Returns:
        The previous node of the edge.
      • setPre

        void setPre​(NESTNodeObject preObject)
        Sets the previous node of the edge.
        Parameters:
        preObject - The previous node to set for the edge.
      • getPost

        NESTNodeObject getPost()
        Returns the next node of the edge.
        Returns:
        The next node of the edge.
      • setPost

        void setPost​(NESTNodeObject postObject)
        Sets the next node of the edge.
        Parameters:
        postObject - The next node to set for the edge.