|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.logic.fol.inference.FOLFCAsk
public class FOLFCAsk
Constructor Summary | |
---|---|
FOLFCAsk()
|
Method Summary | |
---|---|
InferenceResult |
ask(FOLKnowledgeBase KB,
Sentence query)
function FOL-FC-ASK(KB, alpha) returns a substitution or false
inputs: KB, the knowledge base, a set of first order definite clauses
alpha, the query, an atomic sentence
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FOLFCAsk()
Method Detail |
---|
public InferenceResult ask(FOLKnowledgeBase KB, Sentence query)
function FOL-FC-ASK(KB, alpha) returns a substitution or false
inputs: KB, the knowledge base, a set of first order definite clauses
alpha, the query, an atomic sentence
ask
in interface InferenceProcedure
KB
- the knowledge base against which the query is to be made.query
- to be answered.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |