public class AttrGraph extends NaryNode
NaryNode.ScoreAction
Modifier and Type | Field and Description |
---|---|
AttrGraphFields |
attrGraphFields |
java.lang.String |
configFilter |
int |
depth |
boolean |
equivalence |
boolean |
inversed |
NaryNode.ScoreAction |
scoreAction |
Node |
volume |
indexOptions
Constructor and Description |
---|
AttrGraph() |
AttrGraph(AttrGraph other) |
AttrGraph(AttrGraphFields attrGraphFields,
java.lang.String configFilter,
Node volume,
int depth,
java.util.List<Node> children,
IndexOptions options,
boolean inversed) |
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
NaryNode.ScoreAction |
getScoreAction() |
AttrGraph |
setEquivalence() |
AttrGraph |
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 AttrGraphFields attrGraphFields
public java.lang.String configFilter
public int depth
public boolean inversed
public Node volume
public AttrGraph()
public AttrGraph(AttrGraphFields attrGraphFields, java.lang.String configFilter, Node volume, int depth, java.util.List<Node> children, IndexOptions options, boolean inversed)
public AttrGraph(AttrGraph other)
public AttrGraph setMAX()
public NaryNode.ScoreAction getScoreAction()
public AttrGraph 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.