class EL_NAMEABLE
Object that is nameable with string conforming to READABLE_STRING_GENERAL
note
description: "Object that is nameable with string conforming to [$source READABLE_STRING_GENERAL]"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2017 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2021-03-02 18:03:17 GMT (Tuesday 2nd March 2021)"
revision: "8"
deferred class
EL_NAMEABLE [S -> READABLE_STRING_GENERAL]
feature -- Access
name: S
deferred
end
end