| Class | Description |
|---|---|
| Belief<T> |
Represents a belief of the belief base.
|
| BeliefSet<T> |
This class represents a belief that has a set of values associated with it.
|
| PersistentBelief<T> | |
| TransientBelief<T> |
This class extends the
Belief and represents a transient belief,
which is not persisted in a permanent memory. |
| TransientBeliefSet<T> |
This class extends the
BeliefSet and represents a transient belief
set, which is not persisted in a permanent memory. |