Changeset 3977 for trunk/examples

Show
Ignore:
Timestamp:
12/21/07 07:51:35 (13 months ago)
Author:
pmoura
Message:

Renamed the predicate property "alias/1" to "alias_of/1" in order to disambiguate its meaning.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/aliases/SCRIPT.txt

    r3941 r3977  
    3737Property = declared_in(rectangle(_G264, _G265)) ; 
    3838Property = defined_in(rectangle(_G297, _G298)) ; 
    39 Property = alias(width(_G182)) 
     39Property = alias_of(width(_G182)) 
    4040yes 
    4141 
     
    7373Property = declared_in(ellipse(_G266, _G267)) ; 
    7474Property = defined_in(ellipse(_G299, _G300)) ; 
    75 Property = alias(rx(_G177)) 
     75Property = alias_of(rx(_G177)) 
    7676yes 
    7777