|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnars.entity.Sentence
nars.entity.Judgment
nars.entity.Goal
public class Goal
A Goal is an event to be realized, and may conain query variables
| Field Summary |
|---|
| Fields inherited from class nars.entity.Sentence |
|---|
bestSolution, content, input, punctuation, stamp, temporalOrder, truth |
| Constructor Summary | |
|---|---|
Goal(Term term,
char punc,
TruthValue t,
Stamp s)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class nars.entity.Judgment |
|---|
equivalentTo, isFuture, solutionQuality |
| Methods inherited from class nars.entity.Sentence |
|---|
clone, cloneContent, getBestSolution, getContent, getCreationTime, getEventTime, getStamp, getTense, getTruth, isInput, isJudgment, make, make, noOverlapping, setBestSolution, setContent, setInput, tenseToString, toKey, toString, toString2 |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Goal(Term term,
char punc,
TruthValue t,
Stamp s)
A goal has no tense
term - The contentpunc - The punctuationt - The desire (truth) values - The stamp
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||