| AttributeSet |
|
| ChainedExtractor |
Extractor for chained expressions (e.g. obj1.attr1.attr2)
|
| ConstantExtractor |
A constant extractor is responsible for extracting a constant value.
|
| FunctionExtractor |
A function extractor has the purpose to call a function
and return the result value.
|
| JavaArrayExtractor |
An extractor for getting elements from arrays.
|
| JavaMethodExtractor |
Call a method on an object.
|
| JavaObjectExtractor |
Extractor for a Java attribute value (or the whole object).
|
| JavaPrefixExtractor |
Extractor for a Java attribute value.
|
| JavaTupleExtractor |
Extractor for fetching a Java value from a rete tuple.
|
| MultifieldExtractor |
A multifield extractor has the purpose of extracting a value
or a collection of values from a collection type attribute.
|
| ObjectExtractor |
Extractor for an attribute value (or the whole object).
|
| PrefixExtractor |
Extractor for an attribute value.
|
| StateExtractor |
The state extractor returns the current state as value.
|
| TupleExtractor |
Extractor for fetching a value from a rete tuple.
|