[MOBY-guts] biomoby commit

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


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

Modified Files:
	MobyDataObject.java 
Log Message:
Javadoc: Clarified role of this class in representing MOBY data instances (i.e. limited)
moby-live/Java/src/main/org/biomoby/shared/data MobyDataObject.java,1.17,1.18
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataObject.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataObject.java	2007/06/19 18:05:35	1.17
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/shared/data/MobyDataObject.java	2007/07/06 22:11:01	1.18
@@ -21,8 +21,12 @@
 import org.biomoby.shared.parser.MobyTags;
 
 /**
- * A class representing a MOBY object that has been instantiated.  
- * It provides methods to instantiate the object value either simply using an ID (in which case an
+ * A class representing a <b>base</b> MOBY object (i.e. just a namespace and id) that has been instantiated.  
+ * If you are looking to represent an object with members (e.g. DNASequence), look at  MobyDataComposite.
+ * If you are looking to represent a MOBY primitive object, please see the appropriate 
+ * subclass of this class (e.g. MobyDataInteger). 
+ *
+ * This class provides methods to instantiate the object value either simply using an ID (in which case an
  * Object tag is created automatically), or via XML input either from a DOM Element
  * (preferred) or a string containing the XML.  The toXML method will return either service call
  * or search template formatted XML depending on the mode set.




More information about the MOBY-guts mailing list