Author: scooter
Date: 2012-08-20 15:47:02 -0700 (Mon, 20 Aug 2012)
New Revision: 30235
Modified:
core3/api/trunk/group-api/src/main/java/org/cytoscape/group/package-info.java
Log:
Fix some typos
Modified:
core3/api/trunk/group-api/src/main/java/org/cytoscape/group/package-info.java
===================================================================
---
core3/api/trunk/group-api/src/main/java/org/cytoscape/group/package-info.java
2012-08-20 22:43:34 UTC (rev 30234)
+++
core3/api/trunk/group-api/src/main/java/org/cytoscape/group/package-info.java
2012-08-20 22:47:02 UTC (rev 30235)
@@ -53,10 +53,10 @@
({@link org.cytoscape.group.CyGroupFactory#createGroup(CyNetwork network,
CyNode node, boolean register)}):
<dl><dd><code>CyGroup emptyGroup = groupFactory.createGroup(network, node,
true);</code></dd></dl>
or by providing lists of nodes and edges to be the initial membership of the
group
-({@link org.cytoscape.group.CyGroupFactory#createGroup(CyNetwork network,
List<CyNode> nodes, List<CyEdge> edges, boolean register)}):
+({@link org.cytoscape.group.CyGroupFactory#createGroup(CyNetwork network, List
nodes, List edges, boolean register)}):
<dl><dd><code>CyGroup emptyGroup = groupFactory.createGroup(network, nodes,
edges, true);</code></dd></dl>
or by adding a list of nodes and edges to an existing node to make it a group
-({@link org.cytoscape.group.CyGroupFactory#createGroup(CyNetwork network,
CyNode node, List<CyNode> nodes, List<CyEdge> edges, boolean register)}):
+({@link org.cytoscape.group.CyGroupFactory#createGroup(CyNetwork network,
CyNode node, List nodes, List edges, boolean register)}):
<dl><dd><code>CyGroup emptyGroup = groupFactory.createGroup(network, node,
nodes, edges, true);</code></dd></dl>
In any of these cases, the last argument is a flag to tell the group factory
code whether this
group should be registered with the {@link
org.cytoscape.group.CyGroupManager}. This should almost
@@ -112,7 +112,7 @@
({@link org.cytoscape.group.events.GroupEdgesAddedListener},
{@link org.cytoscape.group.events.GroupNodesAddedListener},
{@link org.cytoscape.group.events.GroupEdgesRemovedListener}, and
-{@link org.cytoscape.group.events.GroupNodesRemovedistener}), when groups are
created and
+{@link org.cytoscape.group.events.GroupNodesRemovedListener}), when groups are
created and
destroyed
({@link org.cytoscape.group.events.GroupAboutToBeDestroyedListener},
{@link org.cytoscape.group.events.GroupAddedListener}), and perhaps most
usefully when
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.