public class Xor extends NaryNode
NaryNode.ScoreAction
indexOptions
Constructor and Description |
---|
Xor() |
Xor(java.util.List<Node> children,
IndexOptions options)
Create a boolean OR from several nodes
|
Xor(Node o1,
Node... nodes)
Create a boolean OR from several nodes
|
Xor(Xor other) |
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
Or |
toOr() |
addChild, addChildren, contentToELLQLSeq, copyContentFrom, copyContentTo, doubleToEllqlString, getContent, getContentSize, getContentUnsafe, setContent
copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public Xor()
public Xor(java.util.List<Node> children, IndexOptions options)
public Xor(Xor other)
public Or toOr()
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.