[MOBY-guts] biomoby commit

Paul Gordon gordonp at dev.open-bio.org
Fri Jul 6 22:06:51 UTC 2007


gordonp
Fri Jul  6 18:06:51 EDT 2007
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data
In directory dev.open-bio.org:/tmp/cvs-serv19819/src/main/org/biomoby/shared/data

Modified Files:
	MobyDataComposite.java 
Log Message:
Made doc on meaning of the class to MOBY clearer
moby-live/Java/src/main/org/biomoby/shared/data MobyDataComposite.java,1.16,1.17
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataComposite.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataComposite.java	2007/06/09 18:12:52	1.16
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataComposite.java	2007/07/06 22:06:51	1.17
@@ -14,6 +14,12 @@
 import org.biomoby.shared.parser.MobyTags;
 
 /**
+ * This is the class that represents any non-primitive object instance 
+ * (i.e. anything except object, boolean, integer, float, date-time, or string)
+ * from the MOBY data type ontology.  The members of the composite
+ * object are stored in a Java Map, and can be either primitives, or 
+ * other composites.
+ *
  * This class implements the ConcurrentMap interface to allow for the easy
  * editing of a composite object's members at runtime.  
  */




More information about the MOBY-guts mailing list