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