Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
note description: "Objects that provide access to constants loaded from files." legal: "See notice at end of class." status: "See notice at end of class." date: "$Date: 2019-06-11 07:17:04 -0800 (Tue, 11 Jun 2019) $" revision: "$Revision: 103261 $" class interface MA_CONSTANTS_IMP create default_create -- Process instances of classes with no creation clause. -- (Default: do nothing.) -- (from ANY) feature -- Access B_add_current_state: STRING_8 -- Result is STRING constant named `b_add_current_state`. B_arrange_circle: STRING_8 -- Result is STRING constant named `b_arrange_circle`. B_clear_graph: STRING_8 -- Result is STRING constant named `b_clear_graph`. B_clear_graph_except_selected: STRING_8 -- Result is STRING constant named `b_clear_graph_except_selected`. B_filter: STRING_8 -- Result is STRING constant named `b_filter`. B_find: STRING_8 -- Result is STRING constant named `b_find`. B_find_referers: STRING_8 -- Result is STRING constant named `b_find_referers`. B_find_tip_by_instance_name: STRING_8 -- Result is STRING constant named `b_find_tip_by_instance_name`. B_find_tip_by_type: STRING_8 -- Result is STRING constant named `b_find_tip_by_type`. B_show_object_changed: STRING_8 -- Result is STRING constant named `b_show_object_changed`. Border_width: INTEGER_32 -- Result is INTEGER constant named border_width. Dlg_max_height_speed: INTEGER_32 -- Result is INTEGER constant named dlg_max_height_speed. Dlg_max_width_speed: INTEGER_32 -- Result is INTEGER constant named dlg_max_width_speed. generating_type: TYPE [detachable MA_CONSTANTS_IMP] -- Type of current object -- (type of which it is a direct instance) -- (from ANY) ensure -- from ANY generating_type_not_void: Result /= Void generator: STRING_8 -- Name of current object's generating class -- (base class of the type of which it is a direct instance) -- (from ANY) ensure -- from ANY generator_not_void: Result /= Void generator_not_empty: not Result.is_empty Lb_auto_refresh: STRING_8 -- Result is STRING constant named `lb_auto_refresh`. Lb_chunk_size: STRING_8 -- Result is STRING constant named `lb_chunk_size`. Lb_coalesce_period: STRING_8 -- Result is STRING constant named `lb_coalesce_period`. Lb_collected: STRING_8 -- Result is STRING constant named `lb_collected`. Lb_collected_average: STRING_8 -- Result is STRING constant named `lb_collected_average`. Lb_collection_period: STRING_8 -- Result is STRING constant named `lb_collection_period`. Lb_cpu_interval_time: STRING_8 -- Result is STRING constant named `lb_cpu_interval_time`. Lb_cpu_interval_time_average: STRING_8 -- Result is STRING constant named `lb_cpu_interval_time_average`. Lb_cpu_time: STRING_8 -- Result is STRING constant named `lb_cpu_time`. Lb_cpu_time_average: STRING_8 -- Result is STRING constant named `lb_cpu_time_average`. Lb_cycle_count: STRING_8 -- Result is STRING constant named `lb_cycle_count`. Lb_generation_object_limit: STRING_8 -- Result is STRING constant named `lb_generation_object_limit`. Lb_largest_coalesced_block: STRING_8 -- Result is STRING constant named `lb_largest_coalesced_block`. Lb_max_memory: STRING_8 -- Result is STRING constant named `lb_max_memory`. Lb_memory_threshold: STRING_8 -- Result is STRING constant named `lb_memory_threshold`. Lb_memory_used: STRING_8 -- Result is STRING constant named `lb_memory_used`. Lb_object_name: STRING_8 -- Result is STRING constant named `lb_object_name`. Lb_objects_count: STRING_8 -- Result is STRING constant named `lb_objects_count`. Lb_real_interval_time: STRING_8 -- Result is STRING constant named `lb_real_interval_time`. Lb_real_interval_time_average: STRING_8 -- Result is STRING constant named `lb_real_interval_time_average`. Lb_real_time: STRING_8 -- Result is STRING constant named `lb_real_time`. Lb_real_time_average: STRING_8 -- Result is STRING constant named `lb_real_time_average`. Lb_scavenge_zone_size: STRING_8 -- Result is STRING constant named `lb_scavenge_zone_size`. Lb_speed: STRING_8 -- Result is STRING constant named `lb_speed`. Lb_system_interval_time: STRING_8 -- Result is STRING constant named `lb_system_interval_time`. Lb_system_interval_time_average: STRING_8 -- Result is STRING constant named `lb_system_interval_time_average`. Lb_system_time: STRING_8 -- Result is STRING constant named `lb_system_time`. Lb_system_time_average: STRING_8 -- Result is STRING constant named `lb_system_time_average`. Lb_tenure: STRING_8 -- Result is STRING constant named `lb_tenure`. Lb_typ_name: STRING_8 -- Result is STRING constant named `lb_typ_name`. Lb_zoom: STRING_8 -- Result is STRING constant named `lb_zoom`. Main_notebook_tab_height_minimum: INTEGER_32 -- Result is INTEGER constant named main_notebook_tab_height_minimum. Main_notebook_tab_width_minimum: INTEGER_32 -- Result is INTEGER constant named main_notebook_tab_width_minimum. Nb_memory_changed: STRING_8 -- Result is STRING constant named `nb_memory_changed`. Nb_memory_statistics: STRING_8 -- Result is STRING constant named `nb_memory_statistics`. Nb_object_graph: STRING_8 -- Result is STRING constant named `nb_object_graph`. Nb_object_grid: STRING_8 -- Result is STRING constant named `nb_object_grid`. Nb_search_route: STRING_8 Padding_width: INTEGER_32 -- Result is INTEGER constant named padding_width. Separator_width: INTEGER_32 -- Result is INTEGER constant named separator_width. Tb_add_new_class_name: STRING_8 -- Result is STRING constant named `tb_add_new_class_name`. Tb_auto_refresh_enabled: STRING_8 -- Result is STRING constant named `tb_auto_refresh_enabled`. Tb_collect_statics_enabled: STRING_8 -- Result is STRING constant named `tb_auto_refresh_enabled`. Tb_disable_garbage_collector: STRING_8 -- Result is STRING constant named `tb_disable_garbage_collector`. Tb_filter_open: STRING_8 -- Result is STRING constant named `tb_filter_open`. Tb_filter_save: STRING_8 -- Result is STRING constant named `tb_filter_save`. Tb_garbage_clean_now: STRING_8 -- Result is STRING constant named `tb_garbage_clean_now`. Tb_open_system_states: STRING_8 -- Result is STRING constant named `tb_open_system_states`. Tb_refresh_infomation: STRING_8 -- Result is STRING constant named `tb_refresh_infomation`. Tb_refresh_speed_is_normal: STRING_8 -- Result is STRING constant named `tb_refresh_speed_is_normal`. Tb_save_current_datas: STRING_8 -- Result is STRING constant named `tb_save_current_datas`. Tb_set_analyze_filter: STRING_8 -- Result is STRING constant named `tb_set_analyze_filter`. Wnd_filter_name: STRING_8 -- Result is STRING constant named `wnd_filter_name`. Wnd_memory_analyzer: STRING_8 -- Result is STRING constant named `wnd_memory_analyzer`. feature -- Access constants_initialized: BOOLEAN -- Have constants been initialized from file? has_constant (a_name: STRING_8): BOOLEAN -- Does constant a_name exist? require initialized: constants_initialized name_valid: a_name /= Void and not a_name.is_empty integer_constant_by_name (a_name: STRING_8): INTEGER_32 -- Result is STRING require initialized: constants_initialized name_valid: a_name /= Void and not a_name.is_empty has_constant: has_constant (a_name) string_constant_by_name (a_name: STRING_8): detachable STRING_8 -- Result is STRING require initialized: constants_initialized name_valid: a_name /= Void and not a_name.is_empty has_constant (a_name) ensure result_not_void: Result /= Void feature -- Comparison frozen deep_equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void -- or attached to isomorphic object structures? -- (from ANY) ensure -- from ANY instance_free: class shallow_implies_deep: standard_equal (a, b) implies Result both_or_none_void: (a = Void) implies (Result = (b = Void)) same_type: (Result and (a /= Void)) implies (b /= Void and then a.same_type (b)) symmetric: Result implies deep_equal (b, a) frozen equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void or attached -- to objects considered equal? -- (from ANY) ensure -- from ANY instance_free: class definition: Result = (a = Void and b = Void) or else ((a /= Void and b /= Void) and then a.is_equal (b)) frozen is_deep_equal alias "≡≡≡" (other: MA_CONSTANTS_IMP): BOOLEAN -- Are Current and other attached to isomorphic object structures? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY shallow_implies_deep: standard_is_equal (other) implies Result same_type: Result implies same_type (other) symmetric: Result implies other.is_deep_equal (Current) is_equal (other: MA_CONSTANTS_IMP): BOOLEAN -- Is other attached to an object considered -- equal to current object? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY symmetric: Result implies other ~ Current consistent: standard_is_equal (other) implies Result frozen standard_equal (a: detachable ANY; b: like arg #1): BOOLEAN -- Are a and b either both void or attached to -- field-by-field identical objects of the same type? -- Always uses default object comparison criterion. -- (from ANY) ensure -- from ANY instance_free: class definition: Result = (a = Void and b = Void) or else ((a /= Void and b /= Void) and then a.standard_is_equal (b)) frozen standard_is_equal alias "" (other: MA_CONSTANTS_IMP): BOOLEAN -- Is other attached to an object of the same type -- as current object, and field-by-field identical to it? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY same_type: Result implies same_type (other) symmetric: Result implies other.standard_is_equal (Current) feature -- Status report conforms_to (other: ANY): BOOLEAN -- Does type of current object conform to type -- of other (as per Eiffel: The Language, chapter 13)? -- (from ANY) require -- from ANY other_not_void: other /= Void same_type (other: ANY): BOOLEAN -- Is type of current object identical to type of other? -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY definition: Result = (conforms_to (other) and other.conforms_to (Current)) feature -- Duplication copy (other: MA_CONSTANTS_IMP) -- Update current object using fields of object attached -- to other, so as to yield equal objects. -- (from ANY) require -- from ANY other_not_void: other /= Void type_identity: same_type (other) ensure -- from ANY is_equal: Current ~ other frozen deep_copy (other: MA_CONSTANTS_IMP) -- Effect equivalent to that of: -- `copy` (other . `deep_twin`) -- (from ANY) require -- from ANY other_not_void: other /= Void ensure -- from ANY deep_equal: deep_equal (Current, other) frozen deep_twin: MA_CONSTANTS_IMP -- New object structure recursively duplicated from Current. -- (from ANY) ensure -- from ANY deep_twin_not_void: Result /= Void deep_equal: deep_equal (Current, Result) frozen standard_copy (other: MA_CONSTANTS_IMP) -- Copy every field of other onto corresponding field -- of current object. -- (from ANY) require -- from ANY other_not_void: other /= Void type_identity: same_type (other) ensure -- from ANY is_standard_equal: standard_is_equal (other) frozen standard_twin: MA_CONSTANTS_IMP -- New object field-by-field identical to other. -- Always uses default copying semantics. -- (from ANY) ensure -- from ANY standard_twin_not_void: Result /= Void equal: standard_equal (Result, Current) frozen twin: MA_CONSTANTS_IMP -- New object equal to Current -- `twin` calls `copy`; to change copying/twinning semantics, redefine `copy`. -- (from ANY) ensure -- from ANY twin_not_void: Result /= Void is_equal: Result ~ Current feature -- Basic operations frozen default: detachable MA_CONSTANTS_IMP -- Default value of object's type -- (from ANY) frozen default_pointer: POINTER -- Default value of type POINTER -- (Avoid the need to write p.`default` for -- some p of type POINTER.) -- (from ANY) ensure -- from ANY instance_free: class default_rescue -- Process exception for routines with no Rescue clause. -- (Default: do nothing.) -- (from ANY) frozen do_nothing -- Execute a null action. -- (from ANY) ensure -- from ANY instance_free: class feature -- Output Io: STD_FILES -- Handle to standard file setup -- (from ANY) ensure -- from ANY instance_free: class io_not_void: Result /= Void out: STRING_8 -- New string containing terse printable representation -- of current object -- (from ANY) ensure -- from ANY out_not_void: Result /= Void print (o: detachable ANY) -- Write terse external representation of o -- on standard output. -- (from ANY) ensure -- from ANY instance_free: class frozen tagged_out: STRING_8 -- New string containing terse printable representation -- of current object -- (from ANY) ensure -- from ANY tagged_out_not_void: Result /= Void feature -- Platform Operating_environment: OPERATING_ENVIRONMENT -- Objects available from the operating system -- (from ANY) ensure -- from ANY instance_free: class operating_environment_not_void: Result /= Void invariant all_constants_not_void: All_constants /= Void -- from ANY reflexive_equality: standard_is_equal (Current) reflexive_conformance: conforms_to (Current) note copyright: "Copyright (c) 1984-2019, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 5949 Hollister Ave., Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- class MA_CONSTANTS_IMP
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org