Constant Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
H
 H_CATEGORY_CHANCE, HAPI
 H_CATEGORY_DECISION, HAPI
 H_CATEGORY_FUNCTION, HAPI
 H_CATEGORY_INSTANCE, HAPI
 H_CATEGORY_UTILITY, HAPI
 H_CONSTRAINT_BACKWARD_EDGE_FORBIDDEN, HAPI
 H_CONSTRAINT_BACKWARD_EDGE_REQUIRED, HAPI
 H_CONSTRAINT_EDGE_FORBIDDEN, HAPI
 H_CONSTRAINT_EDGE_REQUIRED, HAPI
 H_CONSTRAINT_FORWARD_EDGE_FORBIDDEN, HAPI
 H_CONSTRAINT_FORWARD_EDGE_REQUIRED, HAPI
 H_CONSTRAINT_NONE, HAPI
 H_EQUILIBRIUM_MAX, HAPI
 H_EQUILIBRIUM_SUM, HAPI
 H_EVIDENCE_MODE_FAST_RETRACTION, HAPI
 H_EVIDENCE_MODE_NORMAL, HAPI
 H_KIND_CONTINUOUS, HAPI
 H_KIND_DISCRETE, HAPI
 H_KIND_OTHER, HAPI
 H_SUBTYPE_BOOLEAN, HAPI
 H_SUBTYPE_INTERVAL, HAPI
 H_SUBTYPE_LABEL, HAPI
 H_SUBTYPE_NUMBER, HAPI
 H_SUBTYPE_OTHER, HAPI
 H_TM_BEST_GREEDY, HAPI
 H_TM_CLIQUE_SIZE, HAPI
 H_TM_CLIQUE_WEIGHT, HAPI
 H_TM_FILL_IN_SIZE, HAPI
 H_TM_FILL_IN_WEIGHT, HAPI
 H_TM_TOTAL_WEIGHT, HAPI
Represents the Category tag attached to ChanceNodes.
Represents the Category tag attached to DecisionNodes.
Represents the Category tag attached to FunctionNodes.
Represents the Category tag attached to InstanceNodes.
Represents the Category tag attached to UtilityNodes.
Represents the domain knowledge that a directed edge is forbidden from the second to the first Node in an ordered pair of Nodes.
Represents the domain knowledge that a directed edge is required from the second to the first Node in an ordered pair of Nodes.
Represents the domain knowledge that an edge is forbidden between a particular pair of Nodes.
Represents the domain knowledge that an edge is required for a particular pair of Nodes.
Represents the domain knowledge that a directed edge is forbidden from the first to the second Node in an ordered pair of Nodes.
Represents the domain knowledge that a directed edge is required from the first to the second Node in an ordered pair of Nodes.
Represents that no domain knowledge is available for a particular pair of Nodes.
Represents max equilibrium.
Represents sum equilibrium.
Represents the fast retraction evidence mode used for propagating evidence in this Domain.
Represents the normal evidence mode used for propagating evidence in this Domain.
Represents the Kind tag attached to continuous nodes.
Represents the Kind tag attached to discrete nodes.
Represents the Kind tag attached to utility, function, and instance nodes.
Represents the discrete node subtype for boolean nodes
Represents the discrete node subtype for interval nodes
Represents the discrete node subtype for labelled nodes
Represents the discrete node subtype for numbered nodes
Subtype placeholder for specifying node other than discrete.
Represents the best-greedy triangulation heuristic.
Represents the clique-size triangulation heuristic.
Represents the clique-weight triangulation heuristic.
Represents the fill-in-size triangulation heuristic.
Represents the fill-in-weight triangulation heuristic.
Represents the total clique-table size triangulation algorithm.
Close