public interface BayesianNetworkTransferHandler
BayesianNetworkTransferHandler
is used to transfer a bayesian network from an API to another one. It avoids to save a network into a file and reload it from another API. For example, a network created with the modeling API can be transferred to the inference API through an instance of this interface.