(no commit message)
[utils] / system / general / src / main / java / org / wamblee / system / graph / component / LinkVisitor.java
index 088f05856ffdc1d28c90198651345ef55614fd84..cc2007ff7d47c992ec85cd8c1078e02b2183565a 100644 (file)
@@ -26,6 +26,10 @@ import org.wamblee.system.graph.Visitor;
  * Visitor that creates links between required and provided interfaces as
  * described by the edges in the graph.
  * 
+ * Specically it links together (1) required and provided interfaces of internal component 
+ * of a container and (2) the providers of externally required interfaces and internal required
+ * interfaces. 
+ * 
  * @author Erik Brakkee
  * 
  */