deferred class
	TRANSACTION_CONTAINER [G -> TRANSACTION]

General
	cluster: net.transfer.transactions
	description: "Container for transactions"

Ancestors
	SEQUENCE [G]

Queries
	after: BOOLEAN
	before: BOOLEAN
	changeable_comparison_criterion: BOOLEAN
	count: INTEGER
	error_stops: BOOLEAN
	exhausted: BOOLEAN
	extendible: BOOLEAN
	for_all (test: FUNCTION [ANY, TUPLE [G], BOOLEAN]): BOOLEAN
	full: BOOLEAN
	has (v: [like item] G): BOOLEAN
	index: INTEGER
	index_of (v: [like item] G; i: INTEGER): INTEGER
	insertable (t: G): BOOLEAN
	is_empty: BOOLEAN
	is_inserted (v: G): BOOLEAN
	item: G
	linear_representation: LINEAR [G]
	object_comparison: BOOLEAN
	occurrences (v: G): INTEGER
	off: BOOLEAN
	prunable: BOOLEAN
	readable: BOOLEAN
	there_exists (test: FUNCTION [ANY, TUPLE [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 [ANY, TUPLE [G]])
	do_if (action: PROCEDURE [ANY, TUPLE [G]]; test: FUNCTION [ANY, TUPLE [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)
	put (v: [like item] G)
	remove
	replace (v: G)
	search (v: [like item] G)
	select_transaction (n: INTEGER)
	start
	stop_on_error
	wipe_out

Constraints
	empty definition
	index in range