Package com.bayesserver.causal
Class AbductionOptions
- java.lang.Object
-
- com.bayesserver.causal.AbductionOptions
-
public final class AbductionOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description AbductionOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InferenceFactory
getInferenceFactory()
Used to create an inference engine, to determine the values for the characterstic variables.boolean
getRemoveAbductionEvidence()
Gets a value which whentrue
removes the abduction evidence, after updating the characteristic variables.void
setInferenceFactory(InferenceFactory value)
Used to create an inference engine, to determine the values for the characterstic variables.void
setRemoveAbductionEvidence(boolean value)
Sets a value which whentrue
removes the abduction evidence, after updating the characteristic variables.
-
-
-
Method Detail
-
getInferenceFactory
public InferenceFactory getInferenceFactory()
Used to create an inference engine, to determine the values for the characterstic variables.
-
setInferenceFactory
public void setInferenceFactory(InferenceFactory value)
Used to create an inference engine, to determine the values for the characterstic variables.
-
getRemoveAbductionEvidence
public boolean getRemoveAbductionEvidence()
Gets a value which whentrue
removes the abduction evidence, after updating the characteristic variables.
-
setRemoveAbductionEvidence
public void setRemoveAbductionEvidence(boolean value)
Sets a value which whentrue
removes the abduction evidence, after updating the characteristic variables.
-
-