public class PersistentBelief<T> extends AbstractBelief<T>
Belief 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 T |
value |
metadata| Constructor and Description |
|---|
PersistentBelief(java.lang.String name)
Initializes a belief with its name.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Not implemented yet.
|
protected void |
updateValue(T value)
Not implemented yet.
|
addBeliefBase, equals, getBeliefBases, getName, hashCode, notifyBeliefBases, removeBeliefBase, setName, setValue, toStringgetMetadata, getMetadata, hasMetadata, putMetadata, removeMetadataclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMetadata, getMetadata, hasMetadata, putMetadata, removeMetadataprotected T value
public PersistentBelief(java.lang.String name)
name - the belief name.public T getValue()
Belief.getValue()protected void updateValue(T value)
updateValue in class AbstractBelief<T>value - the value to set.Belief.setValue(java.lang.Object)