home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / pdl / gad.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.6 KB  |  94 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Graphics to PDL Aid
  4. -- Version      : 1.0
  5. -- Author       : SYSCON Corp
  6. --              : 3990 Sherman Street, San Diego CA 92110
  7. --              : John Reddan
  8. --              : (619) 296-0085
  9. --              : Contact: Lt. Colonel Falgiano
  10. --              : ESD/SCW
  11. --              : Hanscom AFB, MA  01731
  12. -- DDN Address  :
  13. -- Copyright    : (c) 1985 by Syscon Corp. 
  14. -- Date created : 
  15. -- Release date :
  16. -- Last update  : 
  17. -- Machine/System Compiled/Run on : DEC Ada / VMS
  18. --                                                           -*
  19. ---------------------------------------------------------------
  20. --                                                           -*
  21. -- Keywords     : 
  22. ----------------:
  23. --
  24. -- Abstract   : The Graphic Ada Designer is a specialized tool 
  25. ----------------: for creating graphical Object Oriented Design 
  26. ----------------: Diagrams (OODDs) for Ada programs and the Program 
  27. ----------------: Design Language (PDL) representations associated 
  28. ----------------: with each OODD. The Graphic Ada Designer is
  29. ----------------: principally targeted towards the interactive 
  30. ----------------: development of these block-like diagrams in 
  31. ----------------: support of the development of Ada software.  
  32. ----------------: In particular it is designed to support a variant
  33. ----------------: of the Ada Graphic Notation developed by SYSCON 
  34. ----------------: from the Object Oriented Design work of Grady Booch 
  35. ----------------: and a presentation on graphical techniques for 
  36. ----------------: analysis given by Dr. R. Buhr of Carleton University 
  37. ----------------: (see "Software Engineering with Ada" by Grady Booch, 
  38. ----------------: and "System Design with Ada" by R.J.A. Buhr).
  39. ----------------: 
  40. ----------------: The Graphic Ada Designer requires a bit-mapped 
  41. ----------------: graphics terminal supporting at least a minimal 
  42. ----------------: display list capability.  The implementation 
  43. ----------------: will use GKS interfaces when possible.  
  44. ----------------: Significant emphasis will be placed on the 
  45. ----------------: transportability of the applications software, 
  46. ----------------: with execution efficiency being a secondary 
  47. ----------------: consideration (i.e., when due to its device and 
  48. ----------------: system dependent nature).  
  49. ----------------:
  50. ----------------: This tool was developed as a precuresor for
  51. ----------------: the WMCCS Information System (WIS).  An
  52. ----------------: executable version of the tool has been   
  53. ----------------: demonstrated.
  54. ----------------: 
  55. --                                                           -*
  56. ------------------ Revision history ---------------------------
  57. --                                                           -*
  58. -- DATE       VERSION        AUTHOR                  HISTORY 
  59. --            1.0            Syscon              Initial Release                                                          
  60. --                                                           -*
  61. ------------------ Distribution and Copyright -----------------
  62. --                                                           -*
  63. -- This prologue must be included in all copies of this software.
  64. -- 
  65. -- This software is copyright by the author.
  66. -- 
  67. -- This software is released to the Ada community.
  68. -- This software is released to the Public Domain (note:
  69. --   software released to the Public Domain is not subject
  70. --   to copyright protection).
  71. -- Restrictions on use or distribution:  NONE
  72. --                                                           -*
  73. ----------------- Disclaimer ----------------------------------
  74. --                                                           -*
  75. -- This software and its documentation are provided "AS IS" and
  76. -- without any expressed or implied warranties whatsoever.
  77. --
  78. -- No warranties as to performance, merchantability, or fitness
  79. -- for a particular purpose exist.
  80. --
  81. -- Because of the diversity of conditions and hardware under
  82. -- which this software may be used, no warranty of fitness for
  83. -- a particular purpose is offered.  The user is advised to 
  84. -- test the software thoroughly before relying on it.  The user
  85. -- must assume the entire risk and liability of using this 
  86. -- software.
  87. --
  88. -- In no event shall any person or organization of people be
  89. -- held responsible for any direct, indirect, consequential
  90. -- or inconsequential damages or lost profits.
  91. --                                                          -*
  92. ----------------- END-PROLOGUE -------------------------------
  93.  
  94.