EvidenceType |
DefaultEvidence.getEvidenceType(Node node) |
Returns the type of evidence currently set for a node with a single variable.
|
EvidenceType |
DefaultEvidence.getEvidenceType(Node node,
Integer time) |
Returns the type of evidence currently set for a node with a single variable at a given time.
|
EvidenceType |
DefaultEvidence.getEvidenceType(Variable variable) |
Returns the type of evidence currently set for a variable (if any).
|
EvidenceType |
DefaultEvidence.getEvidenceType(Variable variable,
Integer time) |
Returns the type of evidence currently set for a variable at a given time.
|
EvidenceType |
Evidence.getEvidenceType(Node node) |
Returns the type of evidence currently set for a node with a single variable.
|
EvidenceType |
Evidence.getEvidenceType(Node node,
Integer time) |
Returns the type of evidence currently set for a node with a single variable at a given time.
|
EvidenceType |
Evidence.getEvidenceType(Variable variable) |
Returns the type of evidence currently set for a variable (if any).
|
EvidenceType |
Evidence.getEvidenceType(Variable variable,
Integer time) |
Returns the type of evidence currently set for a variable at a given time.
|
EvidenceType |
EvidenceTypes.getEvidenceType() |
|
static EvidenceType |
EvidenceType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EvidenceType[] |
EvidenceType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|