See: Description
| Interface | Description |
|---|---|
| Belief<T> |
This interface represents a belief of the belief base.
|
| BeliefSet<T> |
This interface represents a belief that has a set of values associated with
it.
|
| Class | Description |
|---|---|
| AbstractBelief<T> |
This is an abstract class that implements the
Belief interface. |
| AbstractBeliefSet<T> |
This is an abstract class that implements the
BeliefSet interface,
and extends the AbstractBeliefSet class, parameterizing it with a
parameterized Set. |
| BeliefBase |
This class represents a belief base of a capability.
|
| PersistentBelief<T> |
This class extends the
Belief and represents a persistent belief,
which is persisted in a permanent memory. |
| TransientBelief<T> |
This class extends the
AbstractBelief class and represents a
transient belief, which is not persisted in a permanent memory. |
| TransientBeliefSet<T> |
This class extends the
AbstractBeliefSet class and implements
BeliefSet interface, representing a transient belief set, which is
not persisted in a permanent memory. |