public class ProgressiveExpandQuery extends NaryNode
NaryNode.ScoreAction
Modifier and Type | Field and Description |
---|---|
AttrGraphFields |
attrGraphFields |
java.lang.String |
configFilter |
Point3D |
EyePosition |
double |
farPlane |
java.lang.String |
fcsBaseUrl |
double |
iAngle |
double |
iZoom |
Point3D |
lastEyePosition |
double |
lastFarPlane |
double |
lastIAngle |
double |
lastLengthXScreen |
double |
lastLengthYScreen |
double |
lastNearPlane |
int |
lastPixelCulling |
Vector3D |
lastSight |
Vector3D |
lastUp |
double |
lengthXScreen |
double |
lengthYScreen |
int |
maxPath |
double |
nearPlane |
int |
pixelCulling |
java.util.List<Node> |
postFilters |
NaryNode.ScoreAction |
scoreAction |
Vector3D |
Sight |
Vector3D |
Up |
Node |
volume |
indexOptions
Constructor and Description |
---|
ProgressiveExpandQuery() |
ProgressiveExpandQuery(AttrGraphFields attrGraphFields,
java.lang.String configFilter,
Node volume,
java.util.List<Node> children,
java.util.List<Node> postFilters,
double lengthXScreen,
double lengthYScreen,
Point3D EyePosition,
Vector3D Sight,
Vector3D Up,
double iAngle,
double iZoom,
double nearPlane,
double farPlane,
int pixelCulling,
int maxPath,
double lastLengthXScreen,
double lastLengthYScreen,
Point3D lastEyePosition,
Vector3D lastSight,
Vector3D lastUp,
double lastIAngle,
double lastNearPlane,
double lastFarPlane,
int lastPixelCulling,
java.lang.String fcsBaseUrl,
IndexOptions options) |
ProgressiveExpandQuery(ProgressiveExpandQuery other) |
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
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 AttrGraphFields attrGraphFields
public java.lang.String configFilter
public Node volume
public java.util.List<Node> postFilters
public double lengthXScreen
public double lengthYScreen
public Point3D EyePosition
public Vector3D Sight
public Vector3D Up
public double iAngle
public double iZoom
public double nearPlane
public double farPlane
public int pixelCulling
public int maxPath
public double lastLengthXScreen
public double lastLengthYScreen
public Point3D lastEyePosition
public Vector3D lastSight
public Vector3D lastUp
public double lastIAngle
public double lastNearPlane
public double lastFarPlane
public int lastPixelCulling
public java.lang.String fcsBaseUrl
public ProgressiveExpandQuery()
public ProgressiveExpandQuery(AttrGraphFields attrGraphFields, java.lang.String configFilter, Node volume, java.util.List<Node> children, java.util.List<Node> postFilters, double lengthXScreen, double lengthYScreen, Point3D EyePosition, Vector3D Sight, Vector3D Up, double iAngle, double iZoom, double nearPlane, double farPlane, int pixelCulling, int maxPath, double lastLengthXScreen, double lastLengthYScreen, Point3D lastEyePosition, Vector3D lastSight, Vector3D lastUp, double lastIAngle, double lastNearPlane, double lastFarPlane, int lastPixelCulling, java.lang.String fcsBaseUrl, IndexOptions options)
public ProgressiveExpandQuery(ProgressiveExpandQuery other)
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.