Click or drag to resize

DefaultVertexQuery Class

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)
Syntax
public class DefaultVertexQuery : DefaultQuery, 
	IVertexQuery, IQuery

The DefaultVertexQuery type exposes the following members.

Constructors
  NameDescription
Public methodDefaultVertexQuery
Initializes a new instance of the DefaultVertexQuery class
Top
Methods
See Also