Class ImplementationNode

    • Constructor Summary

      Constructors 
      Constructor Description
      ImplementationNode​(NodeId id, java.lang.Object source, java.util.Collection<java.lang.reflect.Member> members)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Node copy​(NodeId id)
      Returns a copy of the node with a new ID.
      boolean equals​(java.lang.Object obj)  
      java.util.Collection<java.lang.reflect.Member> getMembers()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ImplementationNode

        public ImplementationNode​(NodeId id,
                                  java.lang.Object source,
                                  java.util.Collection<java.lang.reflect.Member> members)
    • Method Detail

      • getMembers

        public java.util.Collection<java.lang.reflect.Member> getMembers()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class Node
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Node
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • copy

        public Node copy​(NodeId id)
        Description copied from class: Node
        Returns a copy of the node with a new ID.
        Specified by:
        copy in class Node
        Parameters:
        id - new ID of the node
        Returns:
        copy of the node with a new ID