Initializes a new instance of the {@link com.bayesserver.inference.QueryDistributionCollection} class, passing the target Bayesian network as a parameter.
The network that will be the target of the {@link com.bayesserver.inference.IInference#query}.
Gets the {@link com.bayesserver.Network} that is the target for a {@link com.bayesserver.inference.IInference#query}.
Adds the specified distribution, automatically creating a {@link com.bayesserver.inference.QueryDistribution} instance.
The distribution to query.
The automatically created {@link com.bayesserver.inference.QueryDistribution} instance.
The collection of distributions to be calculated by a {@link com.bayesserver.inference.IInference#query}. See {@link com.bayesserver.inference.IQueryDistributionCollection}.