Package edu.tufts.hrilab.action.db
package edu.tufts.hrilab.action.db
-
ClassDescriptionAn
ActionDBEntry
is the general-purpose container for one unit of knowledge; can be factual (e.g., "person") or procedural (e.g., "goHome").Interface used by the Database to notify other objects of changes in its contents.TODO: this class (and all sub-classes) are meant to be immutable, but currently several methods return ActionBindings which are not immutable, which breaks the immutability of this class.