Class Node

    • Constructor Detail

    • Method Detail

      • getId

        public NodeId getId()
      • getSource

        public Object getSource()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • copy

        public abstract Node copy​(NodeId id)
        Returns a copy of the node with a new ID.
        Parameters:
        id - new ID of the node
        Returns:
        copy of the node with a new ID