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)
Syntaxpublic class DefaultGraphQuery : DefaultQuery
Public Class DefaultGraphQuery
	Inherits DefaultQuery
public ref class DefaultGraphQuery : public DefaultQuery
type DefaultGraphQuery =  
    class
        inherit DefaultQuery
    endThe DefaultGraphQuery type exposes the following members.
Constructors
Methods
See Also