public class ViewQuery extends NaryNode
NaryNode.ScoreAction
Modifier and Type | Field and Description |
---|---|
AttrGraphFields |
attrGraphFields |
java.lang.String |
configFilter |
boolean |
equivalence |
Point3D |
EyePosition |
double |
iAngle |
double |
iZoom |
double |
lengthXScreen |
double |
lengthYScreen |
int |
pass |
java.util.List<Node> |
postFilters |
NaryNode.ScoreAction |
scoreAction |
Vector3D |
Sight |
Vector3D |
Up |
Node |
volume |
indexOptions
Constructor and Description |
---|
ViewQuery() |
ViewQuery(AttrGraphFields attrGraphFields,
java.lang.String configFilter,
Node volume,
java.util.List<Node> children,
java.util.List<Node> postFilters,
int pass,
double lengthXScreen,
double lengthYScreen,
Point3D EyePosition,
Vector3D Sight,
Vector3D Up,
double iAngle,
double iZoom,
IndexOptions options) |
ViewQuery(ViewQuery other) |
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
NaryNode.ScoreAction |
getScoreAction() |
ViewQuery |
setEquivalence() |
ViewQuery |
setMAX()
Switch this 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 Node volume
public java.util.List<Node> postFilters
public int pass
public double lengthXScreen
public double lengthYScreen
public Point3D EyePosition
public Vector3D Sight
public Vector3D Up
public double iAngle
public double iZoom
public ViewQuery()
public ViewQuery(AttrGraphFields attrGraphFields, java.lang.String configFilter, Node volume, java.util.List<Node> children, java.util.List<Node> postFilters, int pass, double lengthXScreen, double lengthYScreen, Point3D EyePosition, Vector3D Sight, Vector3D Up, double iAngle, double iZoom, IndexOptions options)
public ViewQuery(ViewQuery other)
public ViewQuery setMAX()
public NaryNode.ScoreAction getScoreAction()
public ViewQuery 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.