|
||||||||||
| 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
|
+--prolog.demonstration.DemoMatchingStatement
| Field Summary | |
protected Node |
thisNode
the parent of this node in animation tree |
protected Tree |
tree
the animation tree |
| Fields inherited from class prolog.implementation.Fact |
name, relation |
| Constructor Summary | |
DemoMatchingStatement(Tree tree,
int name)
constructor |
|
DemoMatchingStatement(Tree tree,
int name,
IRelation relation)
constructor 2 |
|
| Method Summary | |
Node |
getNode()
|
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. |
void |
resetNode()
clears the cached node |
java.lang.String |
toString()
|
| Methods inherited from class prolog.implementation.Fact |
addAttribute, genXml, getName, getRelation, toString |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface prolog.model.IFact |
genXml, getName, getRelation, toString |
| Field Detail |
protected Tree tree
protected Node thisNode
| Constructor Detail |
public DemoMatchingStatement(Tree tree,
int name)
public DemoMatchingStatement(Tree tree,
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 class MatchingStatementf - l - constraints - ParameterMatchingError - public Node getNode()
getNode in interface IDemoStatementpublic void resetNode()
resetNode in interface IDemoStatementpublic java.lang.String toString()
toString in class Factprolog.implementation.Fact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||