sig
exception Config_error of string
val read_config_file : string -> Netplex_types.config_file
val repr_config_file :
string -> Netplex_types.config_tree -> Netplex_types.config_file
val read_netplex_config :
Netplex_types.parallelization_type ->
Netplex_types.logger_factory list ->
Netplex_types.workload_manager_factory list ->
Netplex_types.processor_factory list ->
Netplex_types.config_file -> Netplex_types.netplex_config
end