class GRAPH_NODE
Summary
Overview
creation features
exported features
  • source_type: TYPE
    The one (source) of the Current node in the graph.
  • hash_code: INTEGER_32
    A memory cache for source_type.run_time_mark.hash_code.
  • is_equal (other: GRAPH_NODE): BOOLEAN
    Is other attached to an object considered equal to current object?
source_type: TYPE
writable attribute
The one (source) of the Current node in the graph.
hash_code: INTEGER_32
writable attribute
A memory cache for source_type.run_time_mark.hash_code.
is_equal (other: GRAPH_NODE): BOOLEAN
effective function
Is other attached to an object considered equal to current object?
id_extra_information (tfw: TEXT_FILE_WRITE)
effective procedure
reset
effective procedure
To reset before each collect cycle.
collect_way_to (destination_gn: GRAPH_NODE)
effective procedure
destination_count: INTEGER_32
effective function
recompute_run_time_set (magic: INTEGER_32): INTEGER_32
effective function