[Swift-commit] r2465 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jan 28 08:37:28 CST 2009


Author: benc
Date: 2009-01-28 08:37:27 -0600 (Wed, 28 Jan 2009)
New Revision: 2465

Modified:
   trunk/docs/userguide.xml
Log:
old kinds of types section removed - it has been superceded by hpdc draft import

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2009-01-28 14:26:43 UTC (rev 2464)
+++ trunk/docs/userguide.xml	2009-01-28 14:37:27 UTC (rev 2465)
@@ -457,40 +457,7 @@
 <para>Data processed by Swift is strongly typed. It may be take the form
 of values in memory or as out-of-core files on disk. Language constructs
 called mappers specify how each piece of data is stored.</para>
-		<section>
-			<title>Data</title>
-<para>
-Data is represented in Swift by
-<firstterm>DSHandles</firstterm> (<firstterm>Dataset handles</firstterm>).
-</para>
 
-<para>
-In Swift, a DSHandle can represent data in one of three forms:
-</para>
-<orderedlist>
-<listitem> <para>
-an in-memory value, such as a string or integer.
-</para> </listitem>
-<listitem> <para>
-a data file (on local disk or stored elsewhere on the internet). When a
-DSHandle represents an on-disk data file, the name of that file is
-provided by a <firstterm>mapper</firstterm>.
-</para> </listitem>
-<listitem> <para>
-a container of other DSHandles - either an array or a defined type.
-Such a DSHandles contains subordinate DSHandles; these may be nested
-to arbitrary depth.
-</para> </listitem>
-</orderedlist>
-<para>
-The above three are mutually exclusive - for example, a data set
-that is mapped to a file cannot have a value that can be used in a
-SwiftScript expression; and a data item that is a
-value cannot be passed into an application
-executable as a data file using the <link linkend="function.filename">@filename</link> function.
-</para>
-</section>
-
 <section><title>Mappers</title>
 		<para>
 When a DSHandle represents a data file (or container of datafiles), it is




More information about the Swift-commit mailing list