-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoWire
getSourceAutoWire()
Obtains the matching sourceAutoWire
.S
getSourceNode()
Obtains the sourceNode
.AutoWire
getTargetAutoWire()
Obtains the matching targetAutoWire
.T
getTargetNode(OfficeNode office)
Obtains the targetNode
.
-
-
-
Method Detail
-
getSourceAutoWire
AutoWire getSourceAutoWire()
Obtains the matching sourceAutoWire
.- Returns:
- Matching source
AutoWire
.
-
getTargetNode
T getTargetNode(OfficeNode office)
Obtains the targetNode
.- Parameters:
office
-OfficeNode
.- Returns:
- Target
Node
.
-
-