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

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : Cost Estimation and Poject Scheduling Tasks
  4. -- Version      : 1.0
  5. -- Author       : Ford Aeospace and Communications Corp
  6. --              : 3939 Fabian Way,
  7. --              : Palo Alto, CA 94303
  8. --              : Contact: Lt. Colonel Falgiano
  9. --              : ESD/SCW
  10. --              : Hanscom AFB, MA  01731
  11. -- DDN Address  :
  12. -- Copyright    : (c) 1985 
  13. -- Date created : 1985
  14. -- Release date : 1985
  15. -- Last update  : 1985
  16. -- Machine/System Compiled/Run on :
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     : 
  21. ----------------:
  22. --
  23. -- Abstact      : The cost estimation tool uses the COCOMO model.
  24. ----------------: It produces man-power and schedule estimates.  The
  25. ----------------: project scheduler is based on SIMPERT which is a
  26. ----------------: Monte Carlo simulation and review technique.  It 
  27. ----------------: is useful in assessing the effects of requirement 
  28. ----------------: changes and schedule delays, and in risk analysis.
  29. ----------------: It produces critical path and schedule, the
  30. ----------------: probability of completing on schedule, and Gantt
  31. ----------------: chart graphics.  The Input File generator allows
  32. ----------------: the user to build input files for COCOMO or
  33. ----------------: SIMPERT, and then to modify such files.
  34. ----------------:
  35. ----------------:
  36. --                                                           -*
  37. ------------------ Revision history ---------------------------
  38. --                                                           -*
  39. --  DATE    VERSION AUTHOR                    HISTORY 
  40. --  1985    1.0     Ford Aerospace and        Initial Release
  41. --                  Communications Corp.
  42. --                                                           -*
  43. ------------------ Distribution and Copyright -----------------
  44. --                                                           -*
  45. -- This prologue must be included in all copies of this software.
  46. -- 
  47. -- This software is copyright by the author.
  48. -- 
  49. -- This software is released to the Ada community.
  50. -- This software is released to the Public Domain (note:
  51. --   software released to the Public Domain is not subject
  52. --   to copyright protection).
  53. -- Restrictions on use or distribution:  NONE
  54. --                                                           -*
  55. ----------------- Disclaimer ----------------------------------
  56. --                                                           -*
  57. -- This software and its documentation are provided "AS IS" and
  58. -- without any expressed or implied warranties whatsoever.
  59. --
  60. -- No warranties as to performance, merchantability, or fitness
  61. -- for a particular purpose exist.
  62. --
  63. -- Because of the diversity of conditions and hardware under
  64. -- which this software may be used, no warranty of fitness for
  65. -- a particular purpose is offered.  The user is advised to 
  66. -- test the software thoroughly before relying on it.  The user
  67. -- must assume the entire risk and liability of using this 
  68. -- software.
  69. --
  70. -- In no event shall any person or organization of people be
  71. -- held responsible for any direct, indirect, consequential
  72. -- or inconsequential damages or lost profits.
  73. --                                                          -*
  74. ----------------- END-PROLOGUE -------------------------------
  75.