Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
deferred class TRANSACTION_CONTAINER [G -> TRANSACTION] General cluster: transfer description: "Container for transactions" Ancestors SEQUENCE* [G] Queries after: BOOLEAN before: BOOLEAN changeable_comparison_criterion: BOOLEAN count: INTEGER_32 error_stops: BOOLEAN exhausted: BOOLEAN extendible: BOOLEAN for_all (test: FUNCTION [G, BOOLEAN]): BOOLEAN full: BOOLEAN has (v: [like item] G): BOOLEAN index: INTEGER_32 index_of (v: [like item] G; i: INTEGER_32): INTEGER_32 insertable (t: G): BOOLEAN is_empty: BOOLEAN is_inserted (v: G): BOOLEAN item: G item_for_iteration: G linear_representation: LINEAR [G] new_cursor: ITERATION_CURSOR [G] object_comparison: BOOLEAN occurrences (v: [like item] G): INTEGER_32 off: BOOLEAN prunable: BOOLEAN readable: BOOLEAN replaceable: BOOLEAN there_exists (test: FUNCTION [G, BOOLEAN]): BOOLEAN transaction: G writable: BOOLEAN Commands add_transaction (t: G) append (s: SEQUENCE [G]) back compare_objects compare_references continue_on_error do_all (action: PROCEDURE [G]) do_if (action: PROCEDURE [G]; test: FUNCTION [G, BOOLEAN]) extend (v: G) fill (other: CONTAINER [G]) finish force (v: [like item] G) forth prune (v: [like item] G) prune_all (v: [like item] G) remove replace (v: G) search (v: [like item] G) select_transaction (n: INTEGER_32) sequence_put (v: [like item] G) start stop_on_error wipe_out Constraints empty definition index in range
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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