Jovial ItemAccess/Accessby Implicit

Indicates the entity is a component of an entity referenced with the compool directive syntax that makes all components of a named entity available. When the syntax:

"!COMPOOL 'cmp_name' (obj_name)"  

is used, all components of 'obj_name' are referenced with an 'ItemAccess Implicit' reference.

For example:

 START COMPOOL COMP1; 
    TABLE GRID(20,20); 
    BEGIN 
      ITEM XPART U; 
      ITEM YPART U; 
    END 
 TERM 
 START COMPOOL COMP2; 
 !COMPOOL COMP1 (GRID); 
 ... 
 TERM 
Reference Kind
Entity Performing Reference
Entity Being Referenced
Jovial ItemAccess Implicit
COMP2, COMP2
XPART, YPART
Jovial ItemAccessby Implicit
XPART, YPART
COMP2, COMP2
 

Scientific Toolworks, Inc.
http://www.scitools.com