Author: mes Date: 2010-02-19 12:36:38 -0800 (Fri, 19 Feb 2010) New Revision: 19389
Modified: corelibs/trunk/giny/src/giny/model/GraphPerspective.java Log: undeprecated a method Modified: corelibs/trunk/giny/src/giny/model/GraphPerspective.java =================================================================== --- corelibs/trunk/giny/src/giny/model/GraphPerspective.java 2010-02-19 19:41:02 UTC (rev 19388) +++ corelibs/trunk/giny/src/giny/model/GraphPerspective.java 2010-02-19 20:36:38 UTC (rev 19389) @@ -394,8 +394,15 @@ public GraphPerspective createGraphPerspective ( Filter filter ) ; /** - * @deprecated Use neighborsArray(int) instead; - * @see #neighborsArray(int) + * Please note that the definition + * of "node neighbor" is such: Node A is a "node neighbor" of node B if and only + * if there exists an edge [directed or undirected] E such that A is E's target and + * B is E's source, or + * A is E's source and B is E's target; this method then returns a non-repeating list + * of indices of all nodes N in this + * GraphPerspective such that N is a "node neighbor" of the node at specified index, + * or null if no node at specified index exists in this GraphPerspective. + * @param node The node whose neighbors you're looking for. */ public List neighborsList ( Node node ) ; -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to cytoscape-...@googlegroups.com. To unsubscribe from this group, send email to cytoscape-cvs+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.