public class JavaObjectExtractor extends ObjectExtractor
attr, key| Constructor and Description |
|---|
JavaObjectExtractor(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, hashCode, isAffectedpublic JavaObjectExtractor(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 ObjectExtractorleft - 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 ObjectExtractor