Interface | Description |
---|---|
EvaluationCondition |
Interface for a condition that can be evaluated against facts.
|
Class | Description |
---|---|
AbstractCondition |
AbstractCondition
Top level class for a condition that implements the EvaluationCondition interface
- it can be evaluated as true or false based on a set of facts (the input ValueObject).
|
EvalList |
Class to represent a list when doing rule evalutions with generated output
|
StringTokenizerTS |
StringTokenizerTS
A thread-safe string tokenizer class that uses StringTokenizer to tokenize the input string and
build a list of tokens.
|