Class InversePath
Represents an Inverse Path.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRdf.dll
Syntax
public class InversePath : BaseUnaryPath, ISparqlPath
Constructors
| Improve this Doc View SourceInversePath(ISparqlPath)
Creates a new Inverse Path.
Declaration
public InversePath(ISparqlPath path)
Parameters
Type | Name | Description |
---|---|---|
ISparqlPath | path | Path. |
Methods
| Improve this Doc View SourceToAlgebra(PathTransformContext)
Converts a Path into its Algebra Form.
Declaration
public override ISparqlAlgebra ToAlgebra(PathTransformContext context)
Parameters
Type | Name | Description |
---|---|---|
PathTransformContext | context | Path Transformation Context. |
Returns
Type | Description |
---|---|
ISparqlAlgebra |
Overrides
| Improve this Doc View SourceToString()
Gets the String representation of the Path.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |