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:
VelocityGraph.Frontenac.Blueprints.Util
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public 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
end
The DefaultVertexQuery type exposes the following members.
Constructors Methods See Also