home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / cad / bbdslib.arc / VDD.DOC < prev    next >
Text File  |  1989-10-16  |  22KB  |  869 lines

  1.  
  2.  
  3.  
  4.  
  5.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  6.  
  7.                                         
  8.                                         
  9.                           Version 1.0: 14 October 1989
  10.                                         
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.                           VERSION DESCRIPTION DOCUMENT
  23.  
  24.                                     FOR THE
  25.  
  26.             SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS
  27.                                         
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.                               CONTRACT NO. <None>
  41.  
  42.                             CDRL SEQUENCE NO. <None>
  43.  
  44.  
  45.                                  Prepared for:
  46.  
  47.                             Ada Software Repository
  48.                       Host Computer WSMR-SIMTEL20.ARMY.MIL
  49.                      White Sands Missile Range, New Mexico
  50.  
  51.  
  52.                                   Prepared by:
  53.  
  54.                                   Richard Conn
  55.                                         
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  68.  
  69.  
  70.  
  71.           1.  Scope_____
  72.  
  73.  
  74.           1.1.  Identification______________
  75.  
  76.                This  document  is the Version Description Document for
  77.           the  collection  of  symbol  libraries  for  the creation of
  78.           Booch, Buhr, and data flow diagrams.
  79.  
  80.  
  81.           1.2.  System______ overview________
  82.  
  83.                The  Symbol______  Libraries_________  for___  Booch,_____, Buhr,____, and___ Data____ Flow____
  84.           Diagrams________  CSCI  is  a  collection  of three symbol libraries
  85.           which  can  be employed by users of the DRAFT CHOICE drawing
  86.           tool  to  conveniently  draw  Booch,  Buhr,  and  Data  Flow
  87.           diagrams.  These symbol libraries contain basic symbols used
  88.           in  the  construction of these diagrams as well as component
  89.           symbols  which  may  be  combined  to construct more complex
  90.           symbols.   DRAFT  CHOICE  allows  the  user  to  move, copy,
  91.           rotate,  scale,  and  otherwise  manipulate these symbols to
  92.           create diagrams.
  93.  
  94.  
  95.                           Booch Diagram Symbol Library_____ _______ ______ _______
  96.  
  97.                The symbols provided in the Booch symbol library are:
  98.  
  99.           1.  P-TYPE
  100.  
  101.                     P-TYPE    defines    non-procedural   package
  102.                interfaces (type definitions, object declarations,
  103.                exceptions,  etc).   It may be combined with other
  104.                P-TYPE  symbols  and  the  P-PROC  symbols to draw
  105.                detailed packages.
  106.  
  107.           2.  P-PROC
  108.  
  109.                     P-PROC  defines procedural package interfaces
  110.                (subprograms).   It  may  be  combined  with other
  111.                P-PROC  symbols  and  the  P-TYPE  symbols to draw
  112.                detailed packages.
  113.  
  114.           3.  T-ENTRY
  115.  
  116.                     T-ENTRY  defines  task  entry interfaces.  It
  117.                may be combined with other T-ENTRY symbols to draw
  118.                detailed tasks.
  119.  
  120.           4.  TASK
  121.  
  122.                     TASK  is a symbol for a task with three entry
  123.  
  124.                                        1
  125.  
  126.  
  127.  
  128.  
  129.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  130.  
  131.                points.   The TASK symbol is intended for use when
  132.                only  the  task name and identification are needed
  133.                in the diagram and details of each entry point are
  134.                not necessary.
  135.  
  136.           5.  PACKAGEA
  137.  
  138.                     PACKAGEA  is  a  symbol  for a package with a
  139.                non-procedural    interface   (P-TYPE)   and   two
  140.                procedural   interfaces  (P-PROC).   The  PACKAGEA
  141.                symbol  is  intended for use when only the package
  142.                name  and identification are needed in the diagram
  143.                and details of each entry point are not necessary.
  144.                PACKAGEA  is  intended to represent packages which
  145.                export one or more abstract data types.
  146.  
  147.           6.  PACKAGEB
  148.  
  149.                     PACKAGEB is a symbol for a package with three
  150.                procedural   interfaces  (P-PROC).   The  PACKAGEB
  151.                symbol  is  intended for use when only the package
  152.                name  and identification are needed in the diagram
  153.                and details of each entry point are not necessary.
  154.                PACKAGEB  is  intended to represent packages which
  155.                do not export any abstract data types.
  156.  
  157.           7.  SUBPROG
  158.  
  159.                     SUBPROG   is   a   symbol  for  a  subprogram
  160.                (procedure or function).
  161.  
  162.           8.  G-PACKA
  163.  
  164.                     G-PACKA  is  a  symbol  for a generic package
  165.                with  a  non-procedural interface (P-TYPE) and two
  166.                procedural  interfaces  (P-PROC).  G-PACKA is used
  167.                where  PACKAGEA  would  be  used  except  that  it
  168.                represents a generic package.
  169.  
  170.           9.  G-PACKB
  171.  
  172.                     G-PACKB  is  a  symbol  for a generic package
  173.                with   three   procedural   interfaces   (P-PROC).
  174.                G-PACKB  is  used  where  PACKAGEB  would  be used
  175.                except that it represents a generic package.
  176.  
  177.           10.  G-SUBPRO
  178.  
  179.                     G-SUBPRO is a symbol for a generic subprogram
  180.                (procedure  or  function).  G-SUBPRO is used where
  181.                SUBPROG  would be used except that it represents a
  182.                generic subprogram.
  183.  
  184.  
  185.  
  186.                                        2
  187.  
  188.  
  189.  
  190.  
  191.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  192.  
  193.                           Buhr Diagram Symbol Library____ _______ ______ _______
  194.  
  195.                The symbols provided in the Buhr symbol library are:
  196.  
  197.           1.  P-PRO
  198.  
  199.                     P-PRO  defines  procedural package interfaces
  200.                (subprograms).   It  may  be  combined  with other
  201.                P-PRO  symbols  and  the  P-NONPRO symbols to draw
  202.                detailed packages.
  203.  
  204.           2.  P-NONPRO
  205.  
  206.                     P-NONPRO   defines   non-procedural   package
  207.                interfaces (type definitions, object declarations,
  208.                exceptions,  etc).   It may be combined with other
  209.                P-NONPRO  symbols  and  the  P-PRO symbols to draw
  210.                detailed packages.
  211.  
  212.           3.  T-ENTRY
  213.  
  214.                     T-ENTRY  defines  task  entry interfaces.  It
  215.                may be combined with other T-ENTRY symbols to draw
  216.                detailed tasks.
  217.  
  218.           4.  PACKAGEA
  219.  
  220.                     PACKAGEA  is  a  symbol  for a package with a
  221.                non-procedural    interface   (P-TYPE)   and   two
  222.                procedural   interfaces  (P-PROC).   The  PACKAGEA
  223.                symbol  is  intended for use when only the package
  224.                name  and identification are needed in the diagram
  225.                and details of each entry point are not necessary.
  226.                PACKAGEA  is  intended to represent packages which
  227.                export one or more abstract data types.
  228.  
  229.           5.  PACKAGEB
  230.  
  231.                     PACKAGEB is a symbol for a package with three
  232.                procedural   interfaces  (P-PROC).   The  PACKAGEB
  233.                symbol  is  intended for use when only the package
  234.                name  and identification are needed in the diagram
  235.                and details of each entry point are not necessary.
  236.                PACKAGEB  is  intended to represent packages which
  237.                do not export any abstract data types.
  238.  
  239.           6.  TASK
  240.  
  241.                     TASK  is a symbol for a task with three entry
  242.                points.   The TASK symbol is intended for use when
  243.                only  the  task name and identification are needed
  244.                in the diagram and details of each entry point are
  245.                not necessary.
  246.  
  247.  
  248.                                        3
  249.  
  250.  
  251.  
  252.  
  253.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  254.  
  255.           7.  CLOUD
  256.  
  257.                     CLOUD   is   used  to  indicate  undetermined
  258.                entities.   This  symbol  is  later  replaced by a
  259.                package or task symbol.
  260.  
  261.           8.  SEL-ELSE
  262.  
  263.                     SEL-ELSE  represents  the select structure of
  264.                the form:
  265.  
  266.                  select
  267.                    X.REQUEST;
  268.                  else
  269.                    ALTERNATIVE;
  270.                  end select;
  271.  
  272.           9.  SEL-OR
  273.  
  274.                     SEL-OR represents the select structure of the
  275.                form:
  276.  
  277.                  select
  278.                    X.REQUEST;
  279.                  or
  280.                    delay T;
  281.                    ALTERNATIVE;
  282.                  end select;
  283.  
  284.           10.  DATA-RT
  285.  
  286.                     DATA-RT  indicates  the  flow  of data to the
  287.                right.   The names associated with the data may be
  288.                placed next to this symbol.
  289.  
  290.           11.  DATA-LT
  291.  
  292.                     DATA-LT  indicates  the  flow  of data to the
  293.                left.   The  names associated with the data may be
  294.                placed next to this symbol.
  295.  
  296.           12.  DATA-UP
  297.  
  298.                     DATA-UP  indicates  the flow of data up.  The
  299.                names  associated with the data may be placed next
  300.                to this symbol.
  301.  
  302.           13.  DATA-DN
  303.  
  304.                     DATA-DN indicates the flow of data down.  The
  305.                names  associated with the data may be placed next
  306.                to this symbol.
  307.  
  308.  
  309.  
  310.                                        4
  311.  
  312.  
  313.  
  314.  
  315.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  316.  
  317.                         Data Flow Diagram Symbol Library____ ____ _______ ______ _______
  318.  
  319.                The  symbols  provided  in the data flow symbol library
  320.           are:
  321.  
  322.           1.  HDSTR-L
  323.  
  324.                     HDSTR-L  is  a  large symbol for a horizontal
  325.                data store.
  326.  
  327.           2.  HDSTR-S
  328.  
  329.                     HDSTR-S  is  a  small symbol for a horizontal
  330.                data store.
  331.  
  332.           3.  VDSTR-L
  333.  
  334.                     VDSTR-L is a large symbol for a vertical data
  335.                store.
  336.  
  337.           4.  VDSTR-S
  338.  
  339.                     VDSTR-S is a small symbol for a vertical data
  340.                store.
  341.  
  342.           5.  FCT-L
  343.  
  344.                     FCT-L is a large symbol for a function.
  345.  
  346.           6.  FCT-S
  347.  
  348.                     FCT-S is a small symbol for a function.
  349.  
  350.           7.  DATA-RT
  351.  
  352.                     DATA-RT  indicates  the  flow  of data to the
  353.                right.   The names associated with the data may be
  354.                placed next to this symbol.
  355.  
  356.           8.  DATA-LT
  357.  
  358.                     DATA-LT  indicates  the  flow  of data to the
  359.                left.   The  names associated with the data may be
  360.                placed next to this symbol.
  361.  
  362.           9.  DATA-UP
  363.  
  364.                     DATA-UP  indicates  the flow of data up.  The
  365.                names  associated with the data may be placed next
  366.                to this symbol.
  367.  
  368.           10.  DATA-DN
  369.  
  370.                     DATA-DN indicates the flow of data down.  The
  371.  
  372.                                        5
  373.  
  374.  
  375.  
  376.  
  377.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  378.  
  379.                names  associated with the data may be placed next
  380.                to this symbol.
  381.  
  382.  
  383.           1.3.  Documentation_____________ overview________
  384.  
  385.                The  purpose  of  this  document is to define the files
  386.           associated with this collection of symbol libraries.
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.                                        6
  435.  
  436.  
  437.  
  438.  
  439.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  440.  
  441.  
  442.  
  443.           2.  Referenced__________ documents_________
  444.  
  445.                Grady  Booch,  Software________  Engineering___________  with____  Ada,___, Second______
  446.           Edition,_______,  1987,  The  Benjamin/Cummings  Publishing Company,
  447.           Inc.  This book contains the definition of Booch diagrams.
  448.  
  449.                R.J.A.    Buhr,   System______   Design______   with____   Ada,___,   1984,
  450.           Prentice-Hall,  Inc.   This  book contains the definition of
  451.           Buhr diagrams.
  452.  
  453.                Richard Conn, Booch_____ Diagrams________ for___ the___ PTF___ 1.0_._ System,______, 14
  454.           October  1989.   This  CSCI is a part of the distribution of
  455.           PTF  1.0  and  can  be found in the Ada Software Repository.
  456.           Many  Booch diagrams of the PTF system are contained in this
  457.           CSCI.
  458.  
  459.                Richard Conn, PTF___ 1.0_._ Software________ User's______ Manual,______, 18 August
  460.           1989.   This manual is a part of the distribution of PTF 1.0
  461.           and can be found in the Ada Software Repository.
  462.  
  463.                Roger    S.     Pressman,   Software________   Engineering:____________   A_
  464.           Practitioner's______________  Approach,________,  Second______ Edition,_______, 1987, McGraw-Hill
  465.           Book  Company.  This book contains a definition of data flow
  466.           diagrams.
  467.  
  468.                TRIUS,  Inc.,  DRAFT_____  CHOICE:_______  The___  Select______ Design______ Tool,____,
  469.           Version  1.3, January 1989.  The user's manual for this item
  470.           of  shareware software is obtained when the registration fee
  471.           is  paid  to TRIUS, Inc., 231 Sutton Street - Suite 2D-3, PO
  472.           Box 249, North Andover, MA 01845, 508/794-9377.
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.                                        7
  497.  
  498.  
  499.  
  500.  
  501.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  502.  
  503.  
  504.  
  505.           3.  Version_______ description___________
  506.  
  507.  
  508.           3.1.  Inventory_________ of__ materials_________ released________
  509.  
  510.                The following files comprise the release of this CSCI:
  511.  
  512.           Name           Comment____           _______
  513.           BBDSLIB.ARC    Archive File containing this CSCI
  514.  
  515.  
  516.           3.2.  Inventory_________ of__ CSCI____ contents________
  517.  
  518.                The  following is a listing of the individual component
  519.           files  which  comprise  this collection of symbol libraries.
  520.           These files are contained within the file BBDSLIB.ARC.
  521.  
  522.           Name           Comment____           _______
  523.           BOOCH.DCH      Booch Diagram Symbol Library, Empty Diagram
  524.           BOOCHDEM.DCH   Demo of Booch Diagram Symbol Library
  525.           BOOCHSYM.DCH   Diagram Showing Booch Diagram Symbol Library
  526.           
  527.           BUHR.DCH       Buhr Diagram Symbol Library, Empty Diagram
  528.           BUHRDEM.DCH    Demo of Buhr Diagram Symbol Library
  529.           BUHRSYM.DCH    Diagram Showing Buhr Diagram Symbol Library
  530.           
  531.           DFD.DCH        Data Flow Diagram Symbol Library, Empty Diagram
  532.           DFDDEM.DCH     Demo of Data Flow Diagram Symbol Library
  533.           DFDSYM.DCH     Diagram Showing Data Flow Diagram Symbol Library
  534.  
  535.                The  following documentation files are also included in
  536.           BBDSLIB.ARC:
  537.  
  538.           Name           Comment____           _______
  539.           acronyms.ptf   Listing of acronyms
  540.           header.ptf     Header file
  541.           overview.ptf   Overview file
  542.           vdd.ptf        Raw form of this VDD
  543.           vdd.doc        Formatted form of this VDD
  544.  
  545.  
  546.           3.3.  Class_____ I_ changes_______ installed_________
  547.  
  548.                Not Applicable (initial release of this CSCI).
  549.  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.                                        8
  559.  
  560.  
  561.  
  562.  
  563.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  564.  
  565.           3.4.  Class_____ II__ changes_______ installed_________
  566.  
  567.                Not Applicable (initial release of this CSCI).
  568.  
  569.  
  570.           3.5.  Adaptation__________ data____
  571.  
  572.                No adaptation required.
  573.  
  574.  
  575.           3.6.  Interface_________ compatibility_____________
  576.  
  577.                Not Applicable (initial release of this CSCI).
  578.  
  579.  
  580.           3.7.  Bibliography____________ of__ reference_________ documents_________
  581.  
  582.                See section 2._.  Referenced__________ documents_________ of this document.
  583.  
  584.  
  585.           3.8.  Summary_______ of__ change______
  586.  
  587.                Not Applicable (initial release of this CSCI).
  588.  
  589.  
  590.           3.9.  Installation____________ instructions____________
  591.  
  592.                There  are  no installation instructions for this CSCI.
  593.           Each  of  the  DCH files is loaded individually by the DRAFT_____
  594.           CHOICE______  program  and  can  be  manipulated,  displayed,  and
  595.           printed  by  it.  See the user's manual for DRAFT CHOICE for
  596.           details on the use of the DRAFT CHOICE tool.  In particular,
  597.           see the section on symbol libraries.
  598.  
  599.                The  BOOCH.DCH,  BUHR.DCH,  and  DFD.DCH  files contain
  600.           empty  diagrams, so they may be used to create new diagrams.
  601.           The  user  may  either  (1)  LOAD the desired file, draw his
  602.           diagram,  and  then  SAVE it to a different name or (2) copy
  603.           the  desired  file into a new file of a different name, LOAD
  604.           the new file, draw his diagram, and then SAVE it.
  605.  
  606.  
  607.           3.10.  Possible________ problems________ and___ known_____ errors______
  608.  
  609.                DRAFT  CHOICE  1.3  does  not perform memory management
  610.           between  successive  loads  of  diagram  files.  Due to this
  611.           problem,  it  is  not  possible to successively load a large
  612.           number  of  diagram  files during the execution of the DRAFT
  613.           CHOICE program.  The DRAFT CHOICE program must be exited and
  614.           re-executed  in  order to successively view, manipulate, and
  615.           print many diagram files.
  616.  
  617.  
  618.  
  619.  
  620.                                        9
  621.  
  622.  
  623.  
  624.  
  625.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  626.  
  627.  
  628.  
  629.           4.  Notes_____
  630.  
  631.  
  632.                                     Acronyms________
  633.  
  634.           Acronym   Meaning_______   _______
  635.           ASR       Ada Software Repository
  636.           DID       Data Item Description
  637.           DOD       Department of Defense
  638.           ECP       Engineering Change Proposal
  639.           HOL       High Order Language
  640.           I/O       Input/Output
  641.           PTF       Portable Text Formatter
  642.           VDD       Version Description Document
  643.  
  644.                See  the  user's  manual  for  DRAFT  CHOICE  for  more
  645.           information on these diagrams and what can be done to them.
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.                                       10
  683.  
  684.  
  685.  
  686.  
  687.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.                          This page intentionally blank
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.                                       11
  745.  
  746.  
  747.  
  748.  
  749.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  750.  
  751.                                Table of Contents_____ __ ________
  752.  
  753.  
  754.           
  755.           1. Scope  ................................................ 1
  756.              1.1. Identification  .................................. 1
  757.              1.2. System overview .................................. 1
  758.              1.3. Documentation overview  .......................... 6
  759.           
  760.           2. Referenced documents .................................. 7
  761.           
  762.           3. Version description  .................................. 8
  763.              3.1. Inventory of materials released .................. 8
  764.              3.2. Inventory of CSCI contents  ...................... 8
  765.              3.3. Class I changes installed ........................ 8
  766.              3.4. Class II changes installed  ...................... 8
  767.              3.5. Adaptation data .................................. 9
  768.              3.6. Interface compatibility .......................... 9
  769.              3.7. Bibliography of reference documents .............. 9
  770.              3.8. Summary of change ................................ 9
  771.              3.9. Installation instructions ........................ 9
  772.              3.10. Possible problems and known errors .............. 9
  773.           
  774.           4. Notes  ............................................... 10
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.                                       ii
  807.  
  808.  
  809.  
  810.  
  811.           SYMBOL LIBRARIES FOR BOOCH, BUHR, AND DATA FLOW DIAGRAMS 1.0
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.                          This page intentionally blank
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.                                       iii
  869.