Module #03.02 : Conflict resolution flags

All PVT documentation can be found under PHIGS Validation Tests - Overview. You may also return to the hierarchical table of topics covered by the PVT. For an explanation of the format of the individual module documentation, please see section 2.5 of the User's Guide.



DESCRIPTION: This module tests the behavior of the <set conflict
resolution> and <inquire conflict resolution> functions.


SEMANTIC REQUIREMENTS:


SR1. Immediately after <open phigs>, the archival conflict resolution flag is UPDATE and the retrieval conflict resolution flag is ABANDON.
#F 1 212
#D 4.7 4.8
#S 6.5/314/1
#T P01/1 P01/3

SR2. <Set conflict resolution> individually sets the conflict resolution flags to MAINTAIN, ABANDON, or UPDATE.
#F 140
#D 4.7 4.8
#S 4.4.7/32/7 6.5/314/1
#T P01/2

SR3. <Inquire conflict resolution> returns the current value of the conflict resolution flags.
#F 212
#D 4.7 4.8
#S 4.4.7/32/7
#T P01/1 P01/2 P01/3
LOCAL DICTIONARY:

  Functions ---
  001: popph   <open phigs>
  140: pscnrs  <set conflict resolution>
  212: pqcnrs  <inquire conflict resolution>
 
  Data Structures ---
  4  ...  phigs_state_list
  4.7  ...  archival_conflict_resolution_flag
  4.8  ...  retrieval_conflict_resolution_flag
 



PROGRAM 1: Setting and inquiring conflict resolution flags

You may inspect either the design or code for this program.

End of documentation for 03.02