A B C D E F G H I J K L M N O P Q R S T U V W

T

takeOut() - Method in class nars.storage.Bag
Choose an Item according to priority distribution and take it out of the Bag
takeOut(TaskLink) - Method in class nars.storage.TermLinkBag
Replace defualt to prevent repeated inference, by checking TaskLink
takeOutFirst(int) - Method in class nars.storage.Bag
Take out the first or last Type in a level from the itemTable
target - Variable in class nars.entity.TermLink
The linked Term
targetTask - Variable in class nars.entity.TaskLink
The Task linked.
Task - Class in nars.entity
A task to be processed, consists of a Sentence and a BudgetValue
Task(Sentence, BudgetValue) - Constructor for class nars.entity.Task
Constructor
TASK_BUFFER_SIZE - Static variable in class nars.main.Parameters
Size of TaskBuffer
TASK_LINK_BAG_SIZE - Static variable in class nars.main.Parameters
Size of TaskLinkBag
TASK_LINK_FORGETTING_CYCLE - Static variable in class nars.main.Parameters
TaskLink decay rate in TaskLinkBag, in [1, 99].
TaskBuffer - Class in nars.storage
New tasks that contain new Term.
TaskBuffer() - Constructor for class nars.storage.TaskBuffer
 
TaskLink - Class in nars.entity
Reference to a Task.
TaskLink(Task, TermLink, BudgetValue) - Constructor for class nars.entity.TaskLink
Constructor
TaskLinkBag - Class in nars.storage
TaskLinkBag contains links to tasks.
TaskLinkBag() - Constructor for class nars.storage.TaskLinkBag
 
taskLinks - Variable in class nars.entity.Concept
Task links for indirect processing
temporalIndCom(BudgetValue, BudgetValue, TruthValue) - Static method in class nars.inference.BudgetFunctions
Special treatment for temporal induction and comparison among recent event, no feedback
temporalIndCom(Task, Task, TemporalValue) - Static method in class nars.inference.SyllogisticRules
{ S>, P>} |- { P>,

S>, P>}

temporalOrder - Variable in class nars.entity.Sentence
Temporal order between the components
temporalOrder - Variable in class nars.language.Conjunction
Temporal order between the components
temporalOrder - Variable in class nars.language.Equivalence
Temporal order between the components
temporalOrder - Variable in class nars.language.Implication
Temporal order between the components
temporalRevision(Judgment, Judgment, long, boolean) - Static method in class nars.inference.TemporalRules
Belief temporalRevision
temporalRevision(TruthValue, TruthValue, long, long, long) - Static method in class nars.inference.TruthFunctions
Revision weighted by time difference
TemporalRules - Class in nars.inference
Temporal inference rules
TemporalRules() - Constructor for class nars.inference.TemporalRules
 
TemporalValue - Class in nars.entity
Temporal information, in terms of the internal clock of the system.
TemporalValue(int) - Constructor for class nars.entity.TemporalValue
Constructor, with a given number
TemporalValue(String) - Constructor for class nars.entity.TemporalValue
Constructor, with a String representation
TENSE_FUTURE - Static variable in class nars.io.Symbols
 
TENSE_MARK - Static variable in class nars.io.Symbols
 
TENSE_PAST - Static variable in class nars.io.Symbols
 
TENSE_PRESENT - Static variable in class nars.io.Symbols
 
tenseInduction(TemporalValue, TemporalValue) - Static method in class nars.inference.TemporalRules
The temporal inference on tenses
tenseSyllogistic(TemporalValue, long, TemporalValue) - Static method in class nars.inference.TemporalRules
Temporal relationships among three terms, with creasion time
tenseToOrder(String) - Static method in class nars.io.StringParser
 
tenseToString() - Method in class nars.entity.Sentence
Get a String representation of the tense of the sentence
term - Variable in class nars.entity.Concept
The term is the unique ID of the concept
Term - Class in nars.language
Term is the basic component of Narsese, and the object of processing in NARS.
Term() - Constructor for class nars.language.Term
Default constructor
Term(String) - Constructor for class nars.language.Term
Constructor with a given name
TERM_LINK_BAG_SIZE - Static variable in class nars.main.Parameters
Size of TermLinkBag
TERM_LINK_FORGETTING_CYCLE - Static variable in class nars.main.Parameters
TermLink decay rate in TermLinkBag, in [1, 99].
TERM_LINK_RECORD_LENGTH - Static variable in class nars.main.Parameters
Remember recently used TermLink on a Task
termField - Variable in class nars.gui.TermWindow
Input field for term name
termLabel - Variable in class nars.gui.TermWindow
Display label
TermLink - Class in nars.entity
A link between a compound term and a component term
TermLink() - Constructor for class nars.entity.TermLink
Default constructor
TermLink(Term, short, int...) - Constructor for class nars.entity.TermLink
Constructor for TermLink template
TermLink(BudgetValue) - Constructor for class nars.entity.TermLink
Default Constructor need in TaskLink
TermLink(Term, TermLink, BudgetValue) - Constructor for class nars.entity.TermLink
Constructor to make actual TermLink from a template
TermLinkBag - Class in nars.storage
Contains TermLinks to relevant (compound or component) Terms.
TermLinkBag() - Constructor for class nars.storage.TermLinkBag
 
termLinks - Variable in class nars.entity.Concept
Term links between the term and its components and compounds
termLinkTemplates - Variable in class nars.entity.Concept
Link templates of TermLink, only in concepts with CompoundTerm
termToConcept(Term) - Static method in class nars.main.Memory
Get an existing Concept for a given Term.
TermWindow - Class in nars.gui
Window accept a Term, then display the content of the corresponding Concept
TermWindow() - Constructor for class nars.gui.TermWindow
Constructor
text - Variable in class nars.gui.BagWindow
Display area
text - Variable in class nars.gui.ConceptWindow
Display area
text - Variable in class nars.gui.InferenceWindow
Display area
text - Variable in class nars.gui.MessageDialog
 
THRESHOLD - Static variable in class nars.storage.Bag
firing threshold
tick() - Static method in class nars.main.Center
A clock tick.
tickTimer() - Method in class nars.gui.MainWindow
Update timer and its display
timer - Variable in class nars.gui.MainWindow
System clock
timerLabel - Variable in class nars.gui.MainWindow
Label of the clock
timerText - Variable in class nars.gui.MainWindow
Clock display field
TO_COMPONENT_1 - Static variable in class nars.io.Symbols
 
TO_COMPONENT_2 - Static variable in class nars.io.Symbols
 
TO_COMPOUND_1 - Static variable in class nars.io.Symbols
 
TO_COMPOUND_2 - Static variable in class nars.io.Symbols
 
toKey() - Method in class nars.entity.Sentence
Get a stable String representation for a Sentece Different from toString: tense symbol is replaced by the actual value
topRelation(String) - Static method in class nars.io.StringParser
locate the top-level relation in a statement
toSet() - Method in class nars.entity.Stamp
Convert the list into a set
toString() - Method in class nars.entity.BudgetValue
Fully display the BudgetValue
toString() - Method in class nars.entity.Concept
Return a string representation of the concept, called in ConceptBag only
toString() - Method in class nars.entity.Sentence
Get a String representation of the sentence
toString() - Method in class nars.entity.ShortFloat
Convert the value into a String
toString() - Method in class nars.entity.Stamp
Get a String form of the Stamp for display
toString() - Method in class nars.entity.Task
Get a String representation of the Task
toString() - Method in class nars.entity.TermLink
Get a String representation of the link, with full accuracy
toString() - Method in class nars.entity.TruthValue
The String representation of a TruthValue
toString() - Method in class nars.language.Term
The same as getName, used in display.
toString() - Method in class nars.storage.Bag
Collect Bag content into a String for display
toString() - Method in class nars.storage.TaskBuffer
Sepecial treatment: the display also include Tasks in the NewTask list
toString2() - Method in class nars.entity.BudgetValue
Briefly display the BudgetValue
toString2() - Method in class nars.entity.Sentence
Get a String representation of the sentence, with 2-digit accuracy
toString2() - Method in class nars.entity.ShortFloat
Round the value into a short String
toString2() - Method in class nars.entity.Task
Get a String representation of the Task, with reduced accuracy
toString2() - Method in class nars.entity.TermLink
Get a String representation of the link, with 2-digit accuracy
toString2() - Method in class nars.entity.TruthValue
A simplified String representation of a TruthValue, where each factor is accruate to 1%
TOTAL_LEVEL - Static variable in class nars.storage.Bag
priority levels
TRANSFORM - Static variable in class nars.entity.TermLink
At C, point to <(*, C, B) --> A>; TaskLink only
transformNegation(Term) - Static method in class nars.inference.StructuralRules
{A, A@(--, A)} |- (--, A)
transformProductImage(Inheritance, CompoundTerm, short[], Task) - Static method in class nars.inference.StructuralRules
Equivalent transformation between products and images {<(*, S, M) --> P>, S@(*, S, M)} |- (/, P, _, M)> { (/, P, _, M)>, P@(/, P, _, M)} |- <(*, S, M) --> P> { (/, P, _, M)>, M@(/, P, _, M)} |- (/, P, S, _)>
transformSetRelation(CompoundTerm, Statement, short) - Static method in class nars.inference.StructuralRules
{ {P}>} |- {P}>
transformTask(Task, TaskLink) - Static method in class nars.inference.RuleTables
The TaskLink is of type TRANSFORM, and the conclusion is an equivalent transformation
truth - Variable in class nars.entity.Sentence
The truth value of Judgment or desire value of Goal
TRUTH_VALUE_MARK - Static variable in class nars.io.Symbols
 
TruthFunctions - Class in nars.inference
All truth-value (and desire-value) functions used in inference rules
TruthFunctions() - Constructor for class nars.inference.TruthFunctions
 
truthToQuality(TruthValue) - Static method in class nars.inference.BudgetFunctions
Determine the quality of a judgment by its truth value alone
TruthValue - Class in nars.entity
Frequency and confidence.
TruthValue(float, float) - Constructor for class nars.entity.TruthValue
Constructor with two ShortFloats
TruthValue(TruthValue) - Constructor for class nars.entity.TruthValue
Constructor with a TruthValue to clone
trySolution(Sentence, Judgment, Task) - Static method in class nars.inference.MatchingRules
Check if a Judgment provide a better answer to a Question
tryUpdate(Judgment) - Method in class nars.entity.Concept
To temporalRevision the presentBelief
type - Variable in class nars.entity.TermLink
The type of link, one of the above
type - Variable in class nars.language.Variable
Type of the variable

A B C D E F G H I J K L M N O P Q R S T U V W