Click or drag to resize

Path Class

Represents a walk through a graph as defined by a traversal.
Inheritance Hierarchy
SystemObject
  Dse.GraphPath

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public class Path : IPath

The Path type exposes the following members.

Constructors
  NameDescription
Public methodPath
Creates a new instance of Path.
Top
Properties
  NameDescription
Public propertyLabels
Returns the sets of labels of the steps traversed by this path, or an empty list, if this path is empty.
Public propertyObjects
Returns the objects traversed by this path, or an empty list, if this path is empty.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also