class HEXAGRAM_NAMES

(source code)

description

Chinese names for I Ching hexagrams

note
	description: "Chinese names for I Ching hexagrams"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2025-05-03 9:25:11 GMT (Saturday 3rd May 2025)"
	revision: "20"

frozen expanded class
	HEXAGRAM_NAMES

inherit
	HEXAGRAM_NAMES_I
		export
			{ANY} all
		end

	EL_EXPANDED_ROUTINES

end