Click or drag to resize

PotentialPath Class

Class representing a potential path used during the evaluation of complex property paths.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.PathsPotentialPath

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class PotentialPath

The PotentialPath type exposes the following members.

Constructors
  NameDescription
Public methodPotentialPath(PotentialPath)
Creates a new Potential Path which is a copy of an existing Path.
Public methodPotentialPath(INode, INode)
Creates a new Potential Path.
Top
Properties
  NameDescription
Public propertyCurrent
Gets/Sets the Current Point of the Path - in the case of a complete Path this is the end of the Path.
Public propertyIsComplete
Gets/Sets whether the Path is complete.
Public propertyIsDeadEnd
Gets/Sets whether the Path is a dead-end.
Public propertyIsPartial
Gets/Sets whether the Path is Partial.
Public propertyLength
Gets/Sets the Length of the Path.
Public propertyStart
Gets the Start of the Path.
Top
Methods
  NameDescription
Public methodEquals
Checks whether the other object is an equivalent potential path.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Gets the Hash Code for the potential path.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the String representation of the path.
(Overrides ObjectToString.)
Top
See Also