Class BaseUnaryPath
Abstract Base Class for Unary Path operators.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRDF.dll
Syntax
public abstract class BaseUnaryPath : ISparqlPath
Constructors
| Improve this Doc View SourceBaseUnaryPath(ISparqlPath)
Creates a new Unary Path.
Declaration
public BaseUnaryPath(ISparqlPath path)
Parameters
Type | Name | Description |
---|---|---|
ISparql |
path | Path. |
Fields
| Improve this Doc View Source_path
Path.
Declaration
protected ISparqlPath _path
Field Value
Type | Description |
---|---|
ISparql |
Properties
| Improve this Doc View SourcePath
Gets the Inner Path.
Declaration
public ISparqlPath Path { get; }
Property Value
Type | Description |
---|---|
ISparql |
Methods
| Improve this Doc View SourceToAlgebra(PathTransformContext)
Converts a Path into its Algebra Form.
Declaration
public abstract ISparqlAlgebra ToAlgebra(PathTransformContext context)
Parameters
Type | Name | Description |
---|---|---|
Path |
context | Path Transformation Context. |
Returns
Type | Description |
---|---|
ISparql |
ToString()
Gets the String representation of the Path.
Declaration
public abstract override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()