Interface AutoWireLink<S extends Node,T extends Node>


public interface AutoWireLink<S extends Node,T extends Node>
Auto-wiring of a source Node to target Node.
Author:
Daniel Sagenschneider
  • Method Details

    • getSourceNode

      S getSourceNode()
      Obtains the source Node.
      Returns:
      Source Node.
    • getSourceAutoWire

      AutoWire getSourceAutoWire()
      Obtains the matching source AutoWire.
      Returns:
      Matching source AutoWire.
    • getTargetNode

      T getTargetNode(OfficeNode office)
      Obtains the target Node.
      Parameters:
      office - OfficeNode.
      Returns:
      Target Node.
    • getTargetAutoWire

      AutoWire getTargetAutoWire()
      Obtains the matching target AutoWire.
      Returns:
      Matching target AutoWire.