mailr3187 - /1.3/docs/data_model_redesign


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 14, 2007 - 09:18:
Author: bugman
Date: Wed Mar 14 09:17:32 2007
New Revision: 3187

URL: http://svn.gna.org/viewcvs/relax?rev=3187&view=rev
Log:
Completion of point 9 of the preparation in the data model redesign document.


Modified:
    1.3/docs/data_model_redesign

Modified: 1.3/docs/data_model_redesign
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/data_model_redesign?rev=3187&r1=3186&r2=3187&view=diff
==============================================================================
--- 1.3/docs/data_model_redesign (original)
+++ 1.3/docs/data_model_redesign Wed Mar 14 09:17:32 2007
@@ -51,12 +51,12 @@
 
 8 [Done].  Rename 'prompt/run.py' to 'prompt/pipe.py'.  Rename 
'generic_fns/runs.py' to 'generic_fns/pipes.py'.
 
-9.  Create the new pipe user functions (from the old run user functions):
+9 [Done].  Create the new pipe user functions (from the old run user 
functions):
     pipe.copy()         # Create a new pipe with the current contents of 
another pipe.
     pipe.create()       # Create a new pipe.  Switch to this pipe by default.
     pipe.current()      # Print the current pipe name.
     pipe.delete()       # Delete the pipe.
-    pipe.delete_all()   # Delete all pipes.  Essentially deleting 
'self.relax.data'.
+    [this is almost the same as reset() so it will not be implemented] 
pipe.delete_all()   # Delete all pipes.  Essentially deleting 
'self.relax.data'.
     pipe.hybridise()    # Fuse two pipes into the current pipe.  Overlapping 
data in the two pipes must be identical!
     pipe.list()         # Print the details of all pipes.
     pipe.switch()       # Switch to a different pipe.




Related Messages


Powered by MHonArc, Updated Wed Mar 14 09:40:08 2007