|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TestBase
A generic Rete network test. Different implementations of this represent pattern-network tests, join-network tests, etc.
(C) 2006 Sandia National Laboratories
| Field Summary | |
|---|---|
static int |
EQ
Used by TestBase constructors to indicate this test is for equality |
static int |
NEQ
Used by TestBase constructors to indicate this test is for inequality |
| Method Summary | |
|---|---|
boolean |
doTest(Context context)
Perform the actual test. |
| Field Detail |
|---|
static final int EQ
static final int NEQ
| Method Detail |
|---|
boolean doTest(Context context)
throws JessException
context - The execution context in which to evaluate the test
JessException - If anything goes wrong
|
© 2008 Sandia Corporation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||