Update SwitchImpl

Change-Id: I1ca7c22d17bfe9c5c66cb49403785751c8a191b1
diff --git a/src/main/java/net/onrc/onos/ofcontroller/networkgraph/Switch.java b/src/main/java/net/onrc/onos/ofcontroller/networkgraph/Switch.java
index b1dce75..8e7b153 100644
--- a/src/main/java/net/onrc/onos/ofcontroller/networkgraph/Switch.java
+++ b/src/main/java/net/onrc/onos/ofcontroller/networkgraph/Switch.java
@@ -18,6 +18,7 @@
 
 
 	// Graph traversal API
+	// XXX What is the Definition of neighbor? Link exist in both direction or one-way is sufficient to be a neighbor, etc.
 	public Iterable<Switch> getNeighbors();
 
 	public Iterable<Link> getOutgoingLinks();