|
Class Summary |
| HPPAction |
A plan action that supports arbitrary hierarchy via sub-plans
and conditionality based upon a conjunctive set of variable name/value pairs. |
| HPPBinaryConstraint |
Specialization of constraints for binary value |
| HPPBinaryVariable |
Specialization of multi-valued variables for the
case of binary values. |
| HPPConstraint |
Qualitative constraint - name/value combination |
| HPPCPTBinaryEntry |
Specialization of CPT Entry for the case of binary value |
| HPPCPTEntry |
Class that holds information to describe a sparse
conditional-probability table (CPT). |
| HPPCPTValue |
Unit of a CPT value distribution - (value, probability) pair |
| HPPGivenBinaryVariable |
Specialization of given variable for the binary case |
| HPPGivenVariable |
Type of variable where value is known with certainty
(i.e. |
| HPPKnowledgeBase |
Somewhat efficient support for a set of multi-valued variables |
| HPPlan |
Core class for HPP!
A Hierarchical Probabilistic Plan (HPP) consists of... |
| HPPMultiVariable |
Variable whose values can be represented with
a discrete conditional-probability table (CPT). |
| HPPScript |
A script is an action sequence that is consistent with
a hierarchical-probabilistic plan (HPP). |
| HPPTGen |
Example program that constructs a hierarchical-probabilistic plan via console
interaction, controls stochasticity, and outputs information from the generated
script. |
| HPPVariable |
Abstract variable has a name and type |