Automatic generation produced by ISE Eiffel
class EG_NODE General cluster: model description: "A model for a graph node" create: default_create Ancestors EG_LINKABLE Action sequences name_change_actions: EV_NOTIFY_ACTION_SEQUENCE Queries cluster: detachable EG_CLUSTER graph: detachable EG_GRAPH id: INTEGER_32 is_hashable: BOOLEAN link_name_32: detachable READABLE_STRING_32 links: [like internal_links] ARRAYED_LIST [EG_LINK] name_32: detachable READABLE_STRING_32 Commands set_name_32 (a_name: detachable READABLE_STRING_32) -- Generated by Eiffel Studio --
For more details: eiffel.org