+
Point of view
All features
expanded class ABSOLUTE_FEATURE_NAME
Summary
Direct parents
Insert list: HASHABLE
Overview
Creation features
{TYPE}
Features
{ANY}
{}
class_name: CLASS_NAME
writable attribute
{ANY}
feature_name: FEATURE_NAME
writable attribute
{ANY}
hash_code: INTEGER_32
writable attribute
{ANY}
The hash-code value of Current.
ensure
  • good_hash_value: Result >= 0
is_equal (other: ABSOLUTE_FEATURE_NAME): BOOLEAN
effective function
{ANY}
Is other attached to an object considered equal to current object?
require
  • other /= Void
ensure
  • Result implies hash_code = other.hash_code
  • commutative: generating_type = other.generating_type implies Result = other.is_equal(Current)
matches (class_name_: CLASS_NAME, feature_name_: FEATURE_NAME): BOOLEAN
effective function
{ANY}
make (class_name_: CLASS_NAME, feature_name_: FEATURE_NAME)
effective procedure
{}
require
  • class_name_ /= Void
  • feature_name_ /= Void
ensure