|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnars.entity.Sentence
nars.entity.Question
public class Question
A Question is a sentence without a truth value, and may conain query variables
| Field Summary |
|---|
| Fields inherited from class nars.entity.Sentence |
|---|
bestSolution, content, input, punctuation, stamp, temporalOrder, truth |
| Constructor Summary | |
|---|---|
Question(Goal g)
Construct a Judgment to indicate an operation just executed |
|
Question(Term term,
char punc,
Stamp s)
COnstructor |
|
| Method Summary |
|---|
| 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 Question(Term term,
char punc,
Stamp s)
term - The contentpunc - The punctuations - The stamppublic Question(Goal g)
g - The goal that trigger the execution
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||