public class Not extends UnaryNode
Modifier and Type | Field and Description |
---|---|
boolean |
comesFromMinus
Is true when the Not was created because of a minus:
size<-46 produce, after the expansion, not(size<46)
It will be used to re-transform the numerical node in size<-46
|
indexOptions
Constructor and Description |
---|
Not() |
Not(Node child)
Create the boolean negation of a node
|
Not(Node child,
boolean comesFomMinus)
Create the boolean negation of a node
|
Not(Node child,
boolean comesFomMinus,
IndexOptions options)
Create the boolean negation of a node
|
Not(Node child,
IndexOptions options)
Create the boolean negation of a node
|
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
getContent, setContent
copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public final boolean comesFromMinus
public Not()
public Not(Node child)
public Not(Node child, IndexOptions options)
public Not(Node child, boolean comesFomMinus)
public Not(Node child, boolean comesFomMinus, IndexOptions options)
public void toELLQL(java.lang.StringBuilder buffer, boolean sortNAry)
public Node accept(NodeVisitor visitor) throws QueryProcessingException
accept
in class Node
QueryProcessingException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.