- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the matching sourceAutoWire.Obtains the sourceNode.Obtains the matching targetAutoWire.getTargetNode(OfficeNode office) Obtains the targetNode.
-
Method Details
-
getSourceNode
S getSourceNode()Obtains the sourceNode.- Returns:
- Source
Node.
-
getSourceAutoWire
AutoWire getSourceAutoWire()Obtains the matching sourceAutoWire.- Returns:
- Matching source
AutoWire.
-
getTargetNode
Obtains the targetNode.- Parameters:
office-OfficeNode.- Returns:
- Target
Node.
-
getTargetAutoWire
AutoWire getTargetAutoWire()Obtains the matching targetAutoWire.- Returns:
- Matching target
AutoWire.
-