public abstract class FieldExpressionHandler extends Object
| Constructor and Description |
|---|
FieldExpressionHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldExpression |
handleFieldExpression(FieldExpression field)
Method called for every FieldExpression encountered while traversing a top level FieldExpression.
|
public abstract FieldExpression handleFieldExpression(FieldExpression field)
To delete the encountered FieldExpression from the tree, return null from this method.
To replace the encountered FieldExpression with a new value, return a new FieldExpression.
NOTE: if field has child nodes, this method will be called after the child nodes have been traversed.
CAUTION: any caller of this method must ensure that field is not null.
field - The FieldExpression currently being traversed.Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.