Uses of Class
nars.storage.Bag

Packages that use Bag
nars.gui Graphical user interface of the system 
nars.storage Storage management 
 

Uses of Bag in nars.gui
 

Fields in nars.gui declared as Bag
private  Bag BagWindow.bag
          The bag to be displayed
 

Constructors in nars.gui with parameters of type Bag
BagWindow(Bag b, java.lang.String title)
          Constructor
 

Uses of Bag in nars.storage
 

Subclasses of Bag in nars.storage
 class ConceptBag
          Contains Concepts.
 class TaskBuffer
          New tasks that contain new Term.
 class TaskLinkBag
          TaskLinkBag contains links to tasks.
 class TermLinkBag
          Contains TermLinks to relevant (compound or component) Terms.