Author: ruschein
Date: 2010-11-12 14:30:12 -0800 (Fri, 12 Nov 2010)
New Revision: 22830
Modified:
core3/model-api/trunk/src/main/java/org/cytoscape/model/CyNode.java
Log:
Added the attr name for nested networks in the user table.
Modified: core3/model-api/trunk/src/main/java/org/cytoscape/model/CyNode.java
===================================================================
--- core3/model-api/trunk/src/main/java/org/cytoscape/model/CyNode.java
2010-11-12 22:11:41 UTC (rev 22829)
+++ core3/model-api/trunk/src/main/java/org/cytoscape/model/CyNode.java
2010-11-12 22:30:12 UTC (rev 22830)
@@ -39,6 +39,9 @@
* of nodes and edges.
*/
public interface CyNode extends CyTableEntry {
+ /** The column name for the nested network associated with a
<code>CyNode</code> in the user table. */
+ final static String NESTED_NETWORK_ATTR = "NestedNetwork";
+
/**
* An index of this node within this network. The index is guaranteed
to
* be between 0 and (the number of nodes in the network) - 1. This index
--
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.