Click or drag to resize

WrapperVertexQuery Class

A WrapperQuery is useful for wrapping the construction and results of a Vertex.query(). Any necessary Iterable wrapping must occur when Vertex.vertices() or Vertex.edges() is called.
Inheritance Hierarchy
SystemObject
  VelocityGraph.Frontenac.Blueprints.Util.WrappersWrapperVertexQuery

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public class WrapperVertexQuery : IVertexQuery, 
	IQuery

The WrapperVertexQuery type exposes the following members.

Constructors
  NameDescription
Public methodWrapperVertexQuery
Initializes a new instance of the WrapperVertexQuery class
Top
Methods
See Also