Exemplo n.º 1
0
 /** @see prefuse.data.Node#outNeighbors() */
 public Iterator outNeighbors() {
   return m_graph.outNeighbors(this);
 }