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:
VelocityGraph.Frontenac.Blueprints.Util
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public class DefaultGraphQuery : DefaultQuery
Public Class DefaultGraphQuery
Inherits DefaultQuery
public ref class DefaultGraphQuery : public DefaultQuery
type DefaultGraphQuery =
class
inherit DefaultQuery
end
The DefaultGraphQuery type exposes the following members.
Constructors Methods See Also