Package com.bayesserver.inference
Class EvidenceTypes
- java.lang.Object
-
- com.bayesserver.inference.EvidenceTypes
-
public final class EvidenceTypes extends Object
Provides information about the type of evidence on a variable as well as whether it is an intervention (do operator) or not.
-
-
Constructor Summary
Constructors Constructor Description EvidenceTypes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)EvidenceTypegetEvidenceType()Gets theEvidenceType.InterventionTypegetInterventionType()Gets theInterventionType.inthashCode()voidsetEvidenceType(EvidenceType value)Sets theEvidenceType.voidsetInterventionType(InterventionType value)Sets theInterventionType.
-
-
-
Method Detail
-
getEvidenceType
public EvidenceType getEvidenceType()
Gets theEvidenceType.
-
setEvidenceType
public void setEvidenceType(EvidenceType value)
Sets theEvidenceType.
-
getInterventionType
public InterventionType getInterventionType()
Gets theInterventionType.
-
setInterventionType
public void setInterventionType(InterventionType value)
Sets theInterventionType.
-
-