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 boolean
equals(Object obj)
EvidenceType
getEvidenceType()
Gets theEvidenceType
.InterventionType
getInterventionType()
Gets theInterventionType
.int
hashCode()
void
setEvidenceType(EvidenceType value)
Sets theEvidenceType
.void
setInterventionType(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
.
-
-