Class ImplementationNode


  • public class ImplementationNode
    extends Node
    Node for types that have Dependencys and are bound to InterfaceNodes. These nodes will often have fields for Members that are InjectionPoints.
    Since:
    4.0 (since 2.0 as an interface)
    Author:
    phopkins@gmail.com (Pete Hopkins)
    See Also:
    DependencyEdge
    • Method Detail

      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class Node
      • 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