Author: pwang
Date: 2010-06-28 13:18:43 -0700 (Mon, 28 Jun 2010)
New Revision: 20688
Modified:
cytoscape/trunk/src/cytoscape/util/AttributeUtil.java
Log:
Add some comments
Modified: cytoscape/trunk/src/cytoscape/util/AttributeUtil.java
===================================================================
--- cytoscape/trunk/src/cytoscape/util/AttributeUtil.java 2010-06-28
20:11:02 UTC (rev 20687)
+++ cytoscape/trunk/src/cytoscape/util/AttributeUtil.java 2010-06-28
20:18:43 UTC (rev 20688)
@@ -5,7 +5,11 @@
public class AttributeUtil {
- // Check if all the values for an attribute are NULL
+ /**
+ * Check if all the values for an attribute are NULL.
+ * @param attributeType "node" or "edge"
+ * @param attributeName attribute name.
+ */
public static boolean isNullAttribute(String attributeType, String
attributeName){
boolean retValue = true;
--
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.