Click or drag to resize

DefaultGraphQuery Class

For those graph engines that do not support the low-level querying of the vertices or edges, then DefaultQuery can be used. DefaultQuery assumes, at minimum, that Graph.getVertices() and Graph.getEdges() is implemented by the respective Graph.
Inheritance Hierarchy
SystemObject
  VelocityGraph.Frontenac.Blueprints.UtilDefaultQuery
    VelocityGraph.Frontenac.Blueprints.UtilDefaultGraphQuery

Namespace:  VelocityGraph.Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public class DefaultGraphQuery : DefaultQuery

The DefaultGraphQuery type exposes the following members.

Constructors
  NameDescription
Public methodDefaultGraphQuery
Initializes a new instance of the DefaultGraphQuery class
Top
Methods
See Also