Class PropertyPath
Represents an arbitrary property path in the algebra (only used when strict algebra is generated).
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.Algebra
Assembly: dotNetRDF.dll
Syntax
public class PropertyPath : BasePathOperator, IPathOperator, ITerminalOperator, ISparqlAlgebra
Constructors
| Improve this Doc View SourcePropertyPath(PatternItem, ISparqlPath, PatternItem)
Creates a new Property Path operator.
Declaration
public PropertyPath(PatternItem start, ISparqlPath path, PatternItem end)
Parameters
Type | Name | Description |
---|---|---|
PatternItem | start | Path Start. |
ISparqlPath | path | Path Expression. |
PatternItem | end | Path End. |
Methods
| Improve this Doc View SourceEvaluate(SparqlEvaluationContext)
Evaluates the Path in the given context.
Declaration
public override BaseMultiset Evaluate(SparqlEvaluationContext context)
Parameters
Type | Name | Description |
---|---|---|
SparqlEvaluationContext | context | Evaluation Context. |
Returns
Type | Description |
---|---|
BaseMultiset |
Overrides
| Improve this Doc View SourceToGraphPattern()
Converts the algebra back into a Graph Pattern.
Declaration
public override GraphPattern ToGraphPattern()
Returns
Type | Description |
---|---|
GraphPattern |
Overrides
| Improve this Doc View SourceToString()
Gets the string representation of the algebra.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |