|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqat.gui.Evaluater
This static class is used to determine whether a given set of keywords satisfies a boolean expression made up of these keywords. Allowed values are '(', ')', '&', '|', '!' and whitespace characters.
Constructor Summary | |
Evaluater()
|
Method Summary | |
static boolean |
evaluateExpression(java.lang.String expression,
java.lang.String[] keys)
returns true if the expression is satisfied by the supplied keys, else returns false. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Evaluater()
Method Detail |
public static boolean evaluateExpression(java.lang.String expression, java.lang.String[] keys)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |