|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--disciplex.eventfilter.Fact
Fact to be checked against the rules. Updated every time a new command arrives.
| Method Summary | |
void |
changeFact(Command cmd)
Changes the fact that all rules are checked against. |
java.lang.String |
evaluateElementName(java.lang.String xpath)
Evaluates a XPath expression. |
java.lang.String |
evaluateTextNode(java.lang.String xpath)
Evaluates a XPath expression. |
org.w3c.dom.Node |
getContextNode()
Gets the context node of the fact. |
java.lang.String |
getPriority()
|
Repository |
getRepository()
|
void |
setContextNode(org.w3c.dom.Node ctxtNode)
Sets the context node of the fact. |
void |
setCount(java.lang.String rule)
Debugging method Will print to command line the number of times a rule has fired. |
void |
setPriority(java.lang.String priority)
|
void |
setRepository(Repository repos)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String evaluateElementName(java.lang.String xpath)
xpath - XPath expression.
public java.lang.String evaluateTextNode(java.lang.String xpath)
xpath - XPath expression.
public void changeFact(Command cmd)
cmd - The Command that changes the fact.public void setContextNode(org.w3c.dom.Node ctxtNode)
ctxtNode - - The new context node.public org.w3c.dom.Node getContextNode()
public void setRepository(Repository repos)
public Repository getRepository()
public void setCount(java.lang.String rule)
public void setPriority(java.lang.String priority)
public java.lang.String getPriority()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||