Package edu.tufts.hrilab.action.db
package edu.tufts.hrilab.action.db
-
ClassesClassDescriptionAn
ActionDBEntryis the general-purpose container for one unit of knowledge; can be factual (e.g., "person") or procedural (e.g., "goHome").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.