class STATE_OF_DFA General cluster: lex description: "States of deterministic finite automata" create: make Ancestors ARRAY [G] STATE Queries additional_space: INTEGER_32 all_default: BOOLEAN area: SPECIAL [STATE_OF_DFA] capacity: INTEGER_32 changeable_comparison_criterion: BOOLEAN count: INTEGER_32 entry (i: INTEGER_32): STATE_OF_DFA extendible: BOOLEAN final: INTEGER_32 final_array: ARRAY [INTEGER_32] for_all (test: FUNCTION [ANY, TUPLE [STATE_OF_DFA], BOOLEAN]): BOOLEAN full: BOOLEAN Growth_percentage: INTEGER_32 has (v: STATE_OF_DFA): BOOLEAN index_set: INTEGER_INTERVAL infix "@" (i: INTEGER_32): STATE_OF_DFA is_empty: BOOLEAN is_equal (other: [like Current] STATE_OF_DFA): BOOLEAN is_inserted (v: STATE_OF_DFA): BOOLEAN item alias "[]" (i: INTEGER_32): STATE_OF_DFA linear_representation: LINEAR [STATE_OF_DFA] lower: INTEGER_32 Minimal_increase: INTEGER_32 object_comparison: BOOLEAN occurrences (v: STATE_OF_DFA): INTEGER_32 prunable: BOOLEAN resizable: BOOLEAN same_items (other: [like Current] STATE_OF_DFA): BOOLEAN subarray (start_pos, end_pos: INTEGER_32): ARRAY [STATE_OF_DFA] successor (i: INTEGER_32): STATE_OF_DFA there_exists (test: FUNCTION [ANY, TUPLE [STATE_OF_DFA], BOOLEAN]): BOOLEAN to_cil: NATIVE_ARRAY [STATE_OF_DFA] to_special: SPECIAL [STATE_OF_DFA] upper: INTEGER_32 valid_index (i: INTEGER_32): BOOLEAN valid_index_set: BOOLEAN Commands append_transition (i: INTEGER_32; t: STATE_OF_DFA) array_make (min_index, max_index: INTEGER_32) automatic_grow clear_all compare_objects compare_references conservative_resize (min_index, max_index: INTEGER_32) copy (other: [like Current] STATE_OF_DFA) discard_items do_all (action: PROCEDURE [ANY, TUPLE [STATE_OF_DFA]]) do_if (action: PROCEDURE [ANY, TUPLE [STATE_OF_DFA]]; test: FUNCTION [ANY, TUPLE [STATE_OF_DFA], BOOLEAN]) enter (v: [like item] STATE_OF_DFA; i: INTEGER_32) fill (other: CONTAINER [STATE_OF_DFA]) force (v: [like item] STATE_OF_DFA; i: INTEGER_32) grow (i: INTEGER_32) make (s: INTEGER_32) make_from_array (a: ARRAY [STATE_OF_DFA]) make_from_cil (na: NATIVE_ARRAY [[like item] STATE_OF_DFA]) prune_all (v: STATE_OF_DFA) put (v: [like item] STATE_OF_DFA; i: INTEGER_32) set_final (i: INTEGER_32) subcopy (other: ARRAY [[like item] STATE_OF_DFA]; start_pos, end_pos, index_pos: INTEGER_32)