PotentialPath Class |
Namespace: VDS.RDF.Query.Paths
The PotentialPath type exposes the following members.
Name | Description | |
---|---|---|
PotentialPath(PotentialPath) |
Creates a new Potential Path which is a copy of an existing Path.
| |
PotentialPath(INode, INode) |
Creates a new Potential Path.
|
Name | Description | |
---|---|---|
Current |
Gets/Sets the Current Point of the Path - in the case of a complete Path this is the end of the Path.
| |
IsComplete |
Gets/Sets whether the Path is complete.
| |
IsDeadEnd |
Gets/Sets whether the Path is a dead-end.
| |
IsPartial |
Gets/Sets whether the Path is Partial.
| |
Length |
Gets/Sets the Length of the Path.
| |
Start |
Gets the Start of the Path.
|
Name | Description | |
---|---|---|
Equals |
Checks whether the other object is an equivalent potential path.
(Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Gets the Hash Code for the potential path.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Gets the String representation of the path.
(Overrides ObjectToString.) |