Uses of Class
nars.entity.Concept

Packages that use Concept
nars.gui Graphical user interface of the system 
nars.inference The inference rules and control functions 
nars.main Top-level classes of the system 
 

Uses of Concept in nars.gui
 

Fields in nars.gui declared as Concept
private  Concept ConceptWindow.concept
          The concept to be displayed
 

Constructors in nars.gui with parameters of type Concept
ConceptWindow(Concept concept)
          Constructor
 

Uses of Concept in nars.inference
 

Methods in nars.inference with parameters of type Concept
static void BudgetFunctions.activate(Concept concept, BudgetValue budget)
          Activate a concept by an incoming TaskLink
 

Uses of Concept in nars.main
 

Methods in nars.main that return Concept
static Concept Memory.getConcept(Term term)
          Get the Concept associated to a Term, or create it.
static Concept Memory.nameToConcept(java.lang.String name)
          Get an existing Concept for a given name
static Concept Memory.termToConcept(Term term)
          Get an existing Concept for a given Term.
 

Methods in nars.main with parameters of type Concept
static void Memory.activateConcept(Concept c, BudgetValue b)
          Adjust the activation level of a Concept