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

Namespace:  Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.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