|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--prolog.implementation.Fact
|
+--prolog.implementation.MatchingStatement
Title: MatchingStatement
Descrpition: a statement able to query a factlist or another statement. it is the most bottom class in the expression tree
| Fields inherited from class prolog.implementation.Fact |
name, relation |
| Constructor Summary | |
MatchingStatement(int name)
constructor |
|
MatchingStatement(int name,
IRelation relation)
constructor 2 |
|
| Method Summary | |
IFactList |
query(IFact f,
IFactDb l,
IStatementMap constraints)
querries the fact database for a entity that can handle the querry. this can be a factlist or another statement. |
| Methods inherited from class prolog.implementation.Fact |
addAttribute, genXml, getName, getRelation, toString, toString |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface prolog.model.IFact |
genXml, getName, getRelation, toString |
| Constructor Detail |
public MatchingStatement(int name)
public MatchingStatement(int name,
IRelation relation)
f - - the fact from which to take the parameters| Method Detail |
public IFactList query(IFact f,
IFactDb l,
IStatementMap constraints)
throws ParameterMatchingError
query in interface IStatementf - l - constraints - ParameterMatchingError -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||