deferred class
	KL_PART_COMPARABLE

General
	cluster: kernel
	description: "Objects that may be compared according to a partial order relation"

Ancestors
	ANY

Queries
	is_greater alias ">" (other: [like Current] KL_PART_COMPARABLE): BOOLEAN
	is_greater_equal alias ">=" (other: [like Current] KL_PART_COMPARABLE): BOOLEAN
	is_less alias "<" (other: [like Current] KL_PART_COMPARABLE): BOOLEAN
	is_less_equal alias "<=" (other: [like Current] KL_PART_COMPARABLE): BOOLEAN


Generated by ISE EiffelStudio