note
	description: "Summary description for {VERTEX}."
	author: ""
	date: "$Date$"
	revision: "$Revision$"

class interface
	VERTEX [G -> COMPARABLE]

create 
	make

convert
	make ({G})

feature -- Queries

	name: STRING_8

	item: G

	is_less alias "<" (other: like Current): BOOLEAN
			-- Is current object less than other?

	out: STRING_8
			-- New string containing terse printable representation
			-- of current object

	is_equal (other: like Current): BOOLEAN
			-- Is other attached to an object of the same type
			-- as current object and identical to it?
	
end -- class VERTEX

Generated by ISE EiffelStudio