Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class TREE_KEY [G] General cluster: text_window description: "Key of a 3-4-5 tree" create: make Ancestors ANY Queries data: G is_valid: BOOLEAN number: INTEGER_32 parent: TREE_NODE [G] pos_in_parent: INTEGER_32 Commands add_left (other: [like Current] TREE_KEY [G]) add_right (other: [like Current] TREE_KEY [G]) delete make (d: G) set_parent (par: [like parent] TREE_NODE [G])
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org