[MOBY-guts] biomoby commit
    Paul Gordon 
    gordonp at dev.open-bio.org
       
    Fri Mar  9 18:01:10 UTC 2007
    
    
  
gordonp
Fri Mar  9 13:01:09 EST 2007
Update of /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util
In directory dev.open-bio.org:/tmp/cvs-serv23614/src/main/ca/ucalgary/services/util
Modified Files:
	ACDFile.java 
Log Message:
Updated javadoc
moby-live/Java/src/main/ca/ucalgary/services/util ACDFile.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/ACDFile.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/ACDFile.java	2007/03/09 17:16:55	1.1
+++ /home/repository/moby/moby-live/Java/src/main/ca/ucalgary/services/util/ACDFile.java	2007/03/09 18:01:09	1.2
@@ -141,6 +141,13 @@
 	return application;
     }
     
+    /**
+     * Returns a list representing the blocks of the section.  Each block
+     * is a map of key/value pairs corresponding to the tag-name/tag-value pairs
+     * of the ACD block.  Two hardcoded keys are the block name (BLOCK_NAME_KEY) 
+     * such as "sequence", "trim", "clean"
+     * and the block type (BLOCK_TYPE_KEY) such as "list", "boolean", "range", etc.
+     */
     public List<Map<String,String>> getInputSection(){
 	return input;
     }
    
    
More information about the MOBY-guts
mailing list