|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rule.Condition
The Condition
class implements the conditional test within a
clause.
Field Summary | |
(package private) int |
index
|
(package private) java.lang.String |
symbol
|
Constructor Summary | |
Condition(java.lang.String symbol)
Creates a Condition with the given conditional test. |
Method Summary | |
java.lang.String |
toString()
Converts the Condition to a format that can be displayed. |
Methods inherited from class java.lang.Object |
|
Field Detail |
int index
java.lang.String symbol
Constructor Detail |
public Condition(java.lang.String symbol)
Condition
with the given conditional test.symbol
- the String that represents the conditional test (=, <, >, or !=)Method Detail |
public java.lang.String toString()
Condition
to a format that can be displayed.Condition
in string format
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |