For those graph engines that do not support the low-level querying of the edges of a vertex, then DefaultVertexQuery can be used.
                DefaultVertexQuery assumes, at minimum, that Vertex.getOutEdges() and Vertex.getInEdges() is implemented by the respective Vertex.
            
Inheritance Hierarchy 
    Namespace: 
   Frontenac.Blueprints.Util
    Assembly:
   VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntaxpublic class DefaultVertexQuery : DefaultQuery, 
	IVertexQuery, IQuery
Public Class DefaultVertexQuery
	Inherits DefaultQuery
	Implements IVertexQuery, IQuery
public ref class DefaultVertexQuery : public DefaultQuery, 
	IVertexQuery, IQuery
type DefaultVertexQuery =  
    class
        inherit DefaultQuery
        interface IVertexQuery
        interface IQuery
    endThe DefaultVertexQuery type exposes the following members.
Constructors
Methods
See Also