module Nts_int: sig
.. end
type
anotations = Nts_functor.Make(P).anotations
type
control = Nts_functor.Make(P).control
=
type
transitions_container = Nts_functor.Make(P).transitions_container
type
states_container = Nts_functor.Make(P).states_container
type
inv_relation_container = Nts_functor.Make(P).inv_relation_container
val fold_states_containers : states_container ->
('a -> control -> 'a) -> 'a -> 'a
val fold_transitions_container : transitions_container ->
('a ->
control ->
Nts_types.nts_trans_label list -> control -> 'a) ->
'a -> 'a
val add_transition_to_container : transitions_container ->
control ->
Nts_types.nts_trans_label list -> control -> unit
val iter_transitions_container : transitions_container ->
(control ->
Nts_types.nts_trans_label list -> control -> unit) ->
unit
val iter_state_container : states_container -> (control -> unit) -> unit
val is_state_in_inv_relation : inv_relation_container -> control -> bool
type
nts_automaton = Nts_functor.Make(P).nts_automaton
= {
}
type
nts_system = Nts_functor.Make(P).nts_system
= {
}
type
num_subrel_in_cautomaton = Nts_functor.Make(P).num_subrel_in_cautomaton
= {
}
val pprint_control : control -> string
val anot_parser : unit -> anotations
val states_container_of_states_list : control list -> states_container
val transitions_container_of_trans_list : (control * control *
Nts_types.nts_trans_label list)
list -> transitions_container
val control_of_id_param : Ntsint.P.t -> control
val out_degree_of_control_state : control -> nts_automaton -> int
val get_varinfo_by_optname : nts_system ->
string option -> string -> Nts_types.nts_genrel_var option
val get_varinfo_by_optcautomaton : nts_system ->
nts_automaton option ->
string -> Nts_types.nts_genrel_var option
val get_transition_from : nts_automaton ->
control ->
control -> Nts_types.nts_trans_label list list option
val get_successor_of : nts_automaton ->
control -> states_container
val get_one_state : states_container -> control option
val is_successor_of : nts_automaton ->
control -> control -> bool
val get_one_transition : nts_automaton ->
control ->
control * Nts_types.nts_trans_label list
val pprint_inputvars : nts_automaton -> string
val pprint_outputvars : nts_automaton -> string
val pprint_localvars : nts_automaton -> string
val nt_system_var_cleaner : nts_system -> nts_system
val nt_system_uncalled_subsystem_cleaner : nts_system -> nts_system
val pprint_to_nts : nts_automaton -> string
val pprint_nts : nts_system -> string
val get_cautomaton_by_name : nts_system -> string -> nts_automaton
val pprint_transitions : string -> nts_automaton -> string
val compute_pred_relation : nts_automaton -> inv_relation_container
val subgraph_between : nts_automaton ->
control ->
control -> num_subrel_in_cautomaton
val pprint_subgraph_transitions : num_subrel_in_cautomaton -> string
val cautomaton_of_subrelation_cautomaton : string ->
nts_automaton ->
num_subrel_in_cautomaton -> nts_automaton