public class JavaTupleExtractor extends TupleExtractor
attr, key, tupleindex| Constructor and Description |
|---|
JavaTupleExtractor(int tupleindex,
OAVJavaAttributeType attr)
Create a new extractor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(Tuple left,
java.lang.Object right,
java.lang.Object prefix,
IOAVState state)
Get the value of an attribute from an object or tuple.
|
java.lang.String |
toString()
Get the string representation.
|
equals, getAttribute, getIndirectAttributes, getRelevantAttributes, getTupleIndex, hashCode, isAffectedpublic JavaTupleExtractor(int tupleindex,
OAVJavaAttributeType attr)
public java.lang.Object getValue(Tuple left, java.lang.Object right, java.lang.Object prefix, IOAVState state)
getValue in interface IValueExtractorgetValue in class TupleExtractorleft - The left input tuple.right - The right input object.prefix - The prefix input object (last value from previous extractor in a chain).state - The working memory.public java.lang.String toString()
toString in class TupleExtractor