Click or drag to resize

IGraphGetVertices Method

Overload List
  NameDescription
Public methodGetVertices
Return an iterable to all the vertices in the graph. If this is not possible for the implementation, then an NotSupportedException can be thrown.
Public methodGetVertices(String, Object)
Return an iterable to all the vertices in the graph that have a particular key/value property. If this is not possible for the implementation, then a NotSupportedException can be thrown. The graph implementation should use indexing structures to make this efficient else a full vertex-filter scan is required.
Top
See Also