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 Detail

      • getSourceNode

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

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

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