public class PersistentBelief<T> extends Belief<T> implements java.io.Serializable, jade.content.Concept
| Constructor and Description |
|---|
PersistentBelief(java.lang.String name)
Initializes a belief with its name.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Gets the current value of the Belief.
|
void |
setValue(T value)
Sets a new value to the belief.
|
addBeliefBase, equals, getBeliefBases, getName, hashCode, removeBeliefBase, toStringgetMetadata, getMetadata, hasMetadata, putMetadata, removeMetadatapublic PersistentBelief(java.lang.String name)
name - the belief name.