Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class MULTIPLE_TRANSACTION General cluster: transfer description: "Transactions consisting of multiple transfers" create: make, list_make Ancestors ARRAYED_LIST [G] TRANSACTION* TRANSACTION_CONTAINER* [G -> TRANSACTION] Queries additional_space: INTEGER_32 after: BOOLEAN all_default: BOOLEAN area: SPECIAL [TRANSACTION] area_v2: SPECIAL [TRANSACTION] array_at (i: INTEGER_32): TRANSACTION array_item (i: INTEGER_32): TRANSACTION array_valid_index (i: INTEGER_32): BOOLEAN at alias "@" (i: INTEGER_32): [like transaction] TRANSACTION before: BOOLEAN capacity: INTEGER_32 changeable_comparison_criterion: BOOLEAN count: INTEGER_32 cursor: ARRAYED_LIST_CURSOR error: BOOLEAN error_stops: BOOLEAN exhausted: BOOLEAN extendible: BOOLEAN first: [like transaction] TRANSACTION for_all (test: FUNCTION [TRANSACTION, BOOLEAN]): BOOLEAN full: BOOLEAN Growth_percentage: INTEGER_32 has (v: [like transaction] TRANSACTION): BOOLEAN i_th alias "[]" (i: INTEGER_32): [like transaction] TRANSACTION index: INTEGER_32 index_of (v: [like transaction] TRANSACTION; i: INTEGER_32): INTEGER_32 insertable (t: TRANSACTION): BOOLEAN is_correct: BOOLEAN is_empty: BOOLEAN is_equal (other: [like Current] MULTIPLE_TRANSACTION): BOOLEAN is_inserted (v: TRANSACTION): BOOLEAN isfirst: BOOLEAN islast: BOOLEAN item_for_iteration: TRANSACTION last: [like first] TRANSACTION linear_representation: LINEAR [TRANSACTION] Lower: INTEGER_32 Minimal_increase: INTEGER_32 Mismatch_information: MISMATCH_INFORMATION new_cursor: ARRAYED_LIST_ITERATION_CURSOR [TRANSACTION] object_comparison: BOOLEAN occurrences (v: [like transaction] TRANSACTION): INTEGER_32 off: BOOLEAN prunable: BOOLEAN readable: BOOLEAN replaceable: BOOLEAN resizable: BOOLEAN source: DATA_RESOURCE succeeded: BOOLEAN target: DATA_RESOURCE there_exists (test: FUNCTION [TRANSACTION, BOOLEAN]): BOOLEAN to_array: ARRAY [TRANSACTION] transaction: TRANSACTION upper: INTEGER_32 valid_cursor (p: CURSOR): BOOLEAN valid_cursor_index (i: INTEGER_32): BOOLEAN valid_index (i: INTEGER_32): BOOLEAN writable: BOOLEAN Commands add_transaction (t: TRANSACTION) append (s: SEQUENCE [TRANSACTION]) array_put (v: TRANSACTION; i: INTEGER_32) automatic_grow back compare_objects compare_references continue_on_error copy (other: [like Current] MULTIPLE_TRANSACTION) correct_mismatch do_all (action: PROCEDURE [TRANSACTION]) do_all_with_index (action: PROCEDURE [TRANSACTION, INTEGER_32]) do_if (action: PROCEDURE [TRANSACTION]; test: FUNCTION [TRANSACTION, BOOLEAN]) do_if_with_index (action: PROCEDURE [TRANSACTION, INTEGER_32]; test: FUNCTION [TRANSACTION, INTEGER_32, BOOLEAN]) execute extend (v: [like transaction] TRANSACTION) fill (other: CONTAINER [TRANSACTION]) finish force (v: [like transaction] TRANSACTION) forth go_to (p: CURSOR) grow (i: INTEGER_32) list_make (n: INTEGER_32) make_filled (n: INTEGER_32) merge_left (other: ARRAYED_LIST [TRANSACTION]) merge_right (other: ARRAYED_LIST [TRANSACTION]) move (i: INTEGER_32) prune (v: [like transaction] TRANSACTION) prune_all (v: [like transaction] TRANSACTION) put (v: [like transaction] TRANSACTION) put_front (v: [like transaction] TRANSACTION) put_i_th (v: [like i_th] TRANSACTION; i: INTEGER_32) put_left (v: [like transaction] TRANSACTION) put_right (v: [like transaction] TRANSACTION) remove remove_i_th (i: INTEGER_32) remove_left remove_right replace (v: [like first] TRANSACTION) reset_error resize (new_capacity: INTEGER_32) search (v: [like transaction] TRANSACTION) select_transaction (i: INTEGER_32) sequence_put (v: [like transaction] TRANSACTION) start stop_on_error swap (i: INTEGER_32) trim wipe_out
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

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