public class AttrGraphTraverse extends NaryNode
NaryNode.ScoreAction
Modifier and Type | Field and Description |
---|---|
boolean |
equivalence |
java.lang.String |
graphField |
NaryNode.ScoreAction |
scoreAction |
indexOptions
Constructor and Description |
---|
AttrGraphTraverse() |
AttrGraphTraverse(AttrGraphTraverse other) |
AttrGraphTraverse(java.lang.String graphField,
java.util.List<Node> children,
IndexOptions options)
Create a boolean OR from several nodes
|
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
NaryNode.ScoreAction |
getScoreAction() |
AttrGraphTraverse |
setEquivalence() |
AttrGraphTraverse |
setMAX()
Switch this Or node to MAX operation on the score
|
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
addChild, addChildren, contentToELLQLSeq, copyContentFrom, copyContentTo, doubleToEllqlString, getContent, getContentSize, getContentUnsafe, setContent
copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public NaryNode.ScoreAction scoreAction
public boolean equivalence
public java.lang.String graphField
public AttrGraphTraverse()
public AttrGraphTraverse(java.lang.String graphField, java.util.List<Node> children, IndexOptions options)
public AttrGraphTraverse(AttrGraphTraverse other)
public AttrGraphTraverse setMAX()
public NaryNode.ScoreAction getScoreAction()
public AttrGraphTraverse setEquivalence()
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.