Automatic generation produced by ISE Eiffel
deferred class PART_COMPARABLE General cluster: base.kernel description: "Objects that may be compared according to a partial order relation" Ancestors ANY Queries infix ">=" (other: [like Current] PART_COMPARABLE): BOOLEAN infix ">" (other: [like Current] PART_COMPARABLE): BOOLEAN infix "<=" (other: [like Current] PART_COMPARABLE): BOOLEAN infix "<" (other: [like Current] PART_COMPARABLE): BOOLEAN -- Generated by ISE Eiffel --
For more details: www.eiffel.com