home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / checkgroups.checkgroups < prev    next >
Text File  |  1997-09-04  |  3KB  |  74 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. # Copyright (c) 1995 by Cadre Technologies Inc.
  4. #
  5. # This software is furnished under a license and may be used only in
  6. # accordance with the terms of such license and with the inclusion of
  7. # the above copyright notice. This software or any other copies thereof
  8. # may not be provided or otherwise made available to any other person.
  9. # No title to and ownership of the software is hereby transferred.
  10. #
  11. # The information in this software is subject to change without notice
  12. # and should not be construed as a commitment by Cadre Technologies Inc.
  13. #
  14. #---------------------------------------------------------------------------
  15. #
  16. #       File            : @(#)checkgroups.checkgroups    /main/titanic/3
  17. #       Original date   : 
  18. #       Description     : Configuration file containing group names
  19. #              and their descriptions. For more information see the
  20. #              extended description below.
  21. #
  22. #---------------------------------------------------------------------------
  23. #
  24. # @(#)checkgroups.checkgroups    /main/titanic/3    4 Sep 1997 Copyright 1995 Cadre Technologies Inc.
  25. #
  26. #---------------------------------------------------------------------------
  27. #
  28. # Column discription:
  29. #
  30. #    group name     : The name of the group of checks. With this name
  31. #               you can define in the configuration file "checkmap"
  32. #               which errors/warnings belong to this group.
  33. #
  34. #    group description: Short description for this group.  This is the
  35. #               string that will appear in the "Group" column
  36. #               of the "Check/Edit Configuration..." panel.
  37. #
  38. #---------------------------------------------------------------------------
  39. # group name        | group description
  40. #---------------------------------------------------------------------------
  41. G_NAME_CHK    | Has valid name
  42. G_TYPE_CHK    | Has valid type
  43. G_ROLE_CHK    | Role name is specified
  44. G_KEY_CHK    | Key attributes checks
  45. #G_DISCR_CHK    | Has valid discriminator
  46. G_CONSTR_CHK    | Constraint checks
  47. G_REF_CHK    | Check of references between diagrams
  48. G_METH_CHK    | Method reference is valid
  49. G_DIAG_CHK    | Diagram hierarchy checks
  50. G_CAD_CHK    | Class Association Diagram checks
  51. G_MODCAD_CHK    | OOPL/SQL model checks
  52. G_UCM_CHK    | Use Case Model checks
  53. G_COM_CHK    | Collaboration Model checks
  54. #G_CCD_CHK    | Class Communication Diagram checks
  55. G_DFD_CHK    | Data Flow Diagram checks
  56. G_MGD_CHK    | Message Generalization Diagram checks
  57. #G_SCD_CHK    | Structure Chart Diagram checks
  58. G_STD_CHK    | State Transition Diagram checks
  59. G_ETD_CHK    | Event Trace Diagram checks
  60. G_UCD_CHK    | Use Case Diagram checks
  61. #G_LOOKUP_CHK    | Item reference is valid
  62. #G_TERN_CHK    | Ternary association check
  63. G_SUBJECT_CHK    | Checks concerning CCD Subjects
  64. G_EVENT_ATTR_CHK    | Event attribute checks
  65. G_STD_EXT_METH_CHK    | Checks relating STD external events and class methods
  66. G_STD_INT_METH_CHK    | Checks relating STD internal events and class methods
  67. G_STD_MSG_METH_CHK    | Checks relating STD event messages and class methods
  68. G_CCD_METH_CHK    | Checks relating CCD messages and class methods
  69. G_ETD_METH_CHK    | Checks relating ETD events and class methods
  70. G_ETD_CCD_CHK    | Checks relating ETD events and CCD messages
  71. G_EVENT_MGD_CHK    | Checks relating STD/CCD/ETD events and MGD events
  72. G_CAD_CLASS_CHK    | Checks concerning CAD Classes
  73. G_OPER_CHK    | Checks concerning operations
  74.