Author: apico
Date: 2011-05-06 13:20:22 -0700 (Fri, 06 May 2011)
New Revision: 24951

Modified:
   
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/commands/MetaNodeCommandHandler.java
Log:
added tunable setting and result message for SETDEFAULTAGG when enabled=true 

Modified: 
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/commands/MetaNodeCommandHandler.java
===================================================================
--- 
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/commands/MetaNodeCommandHandler.java
       2011-05-06 19:54:48 UTC (rev 24950)
+++ 
csplugins/trunk/ucsf/scooter/metaNodePlugin2/src/metaNodePlugin2/commands/MetaNodeCommandHandler.java
       2011-05-06 20:20:22 UTC (rev 24951)
@@ -495,6 +495,9 @@
                                setTunable(props, "enableHandling", "false");
                                result.addMessage("metanode: attribute 
aggregation disabled");
                        } else {
+                               setTunable(props, "enableHandling", "true");
+                               result.addMessage("metanode: attribute 
aggregation enabled");
+
                                if (args.containsKey(STRING)) {
                                        setDefault(props, "stringDefaults", 
CyAttributes.TYPE_STRING, args.get(STRING).toString());
                                        result.addMessage("metanode: set 
default aggregation handling for "+STRING+" to "+args.get(STRING).toString());

-- 
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.

Reply via email to