Uses of Class
nars.entity.Goal

Packages that use Goal
nars.entity Data entities that are independently stored 
 

Uses of Goal in nars.entity
 

Fields in nars.entity with type parameters of type Goal
private  java.util.ArrayList<Goal> Concept.pendingGoals
          Goals directly requested on the term
 

Methods in nars.entity with parameters of type Goal
private  void Concept.processGoal(Goal goal, Task task)
          Direct processing a new goal
 

Constructors in nars.entity with parameters of type Goal
Judgment(Goal g)
          Construct a Judgment to indicate an operation just executed
Question(Goal g)
          Construct a Judgment to indicate an operation just executed