public class PersistentBelief<K,V> extends AbstractBelief<K,V>
AbstractBelief and represents a persistent
belief, which is persisted in a permanent memory. This class has not been
implemented yet.| Modifier and Type | Field and Description |
|---|---|
protected V |
value |
metadata| Constructor and Description |
|---|
PersistentBelief()
The default constructor.
|
PersistentBelief(K name)
Initializes a belief with its name.
|
| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
Not implemented yet.
|
protected void |
updateValue(V value)
Not implemented yet.
|
addBeliefBase, clone, equals, getBeliefBases, getName, hashCode, notifyBeliefBases, removeBeliefBase, setName, setValue, toStringgetMetadata, getMetadata, hasMetadata, putMetadata, removeMetadatafinalize, getClass, notify, notifyAll, wait, wait, waitgetMetadata, getMetadata, hasMetadata, putMetadata, removeMetadataprotected V value
public PersistentBelief()
public PersistentBelief(K name)
name - the belief name.public V getValue()
Belief.getValue()protected void updateValue(V value)
updateValue in class AbstractBelief<K,V>value - the value to set.Belief.setValue(java.lang.Object)