Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:
class PAIR [G -> attached ANY, H -> attached ANY] General cluster: mathmodels description: "Pairs." create: make, make_from_tuple Ancestors ANY DEBUG_OUTPUT* Queries as_tuple: TUPLE [G, H] debug_output: STRING_8 first: G is_equal (other: [like Current] attached PAIR [G, H]): BOOLEAN out: STRING_8 second: H Commands make (g: G; h: H) make_from_tuple (t: TUPLE [G, H])
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:

-- Generated by ISE Eiffel --
For more details: www.eiffel.com