Click or drag to resize

PropertyPathPattern Class

Class for representing property patterns in SPARQL Queries.
Inheritance Hierarchy

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class PropertyPathPattern : BaseTriplePattern, 
	IPropertyPathPattern, ITriplePattern, IComparable<ITriplePattern>, IComparable<IPropertyPathPattern>, 
	IComparable<PropertyPathPattern>

The PropertyPathPattern type exposes the following members.

Constructors
  NameDescription
Public methodPropertyPathPattern
Creates a new Property Path Pattern.
Top
Properties
  NameDescription
Public propertyFixedVariables
Gets the enumeration of fixed variables in the pattern i.e. variables that are guaranteed to have a bound value.
(Overrides BaseTriplePatternFixedVariables.)
Public propertyFloatingVariables
Gets the enumeration of floating variables in the pattern i.e. variables that are not guaranteed to have a bound value.
(Overrides BaseTriplePatternFloatingVariables.)
Public propertyHasNoBlankVariables
Returns false a property path may always contain implicit blank variables.
(Overrides BaseTriplePatternHasNoBlankVariables.)
Public propertyIsAcceptAll
Gets whether the Pattern accepts all Triple Patterns.
(Overrides BaseTriplePatternIsAcceptAll.)
Public propertyObject
Gets the Object of the Property Path.
Public propertyPath
Gets the Property Path.
Public propertyPatternType
Gets the pattern type.
(Overrides BaseTriplePatternPatternType.)
Public propertySubject
Gets the Subject of the Property Path.
Public propertyUsesDefaultDataset
Gets whether a Triple Pattern is Thread Safe when evaluated.
(Inherited from BaseTriplePattern.)
Public propertyVariables
Gets the List of Variables used in the Pattern.
(Inherited from BaseTriplePattern.)
Top
Methods
  NameDescription
Public methodCompareTo(IPropertyPathPattern)
Compares a property path pattern to another.
Public methodCompareTo(ITriplePattern)
Compares a Triple Pattern to another Triple Pattern.
(Inherited from BaseTriplePattern.)
Public methodCompareTo(PropertyPathPattern)
Compares a property path pattern to another.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates a property path pattern.
(Overrides BaseTriplePatternEvaluate(SparqlEvaluationContext).)
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
Serves as the default hash function.
(Inherited from Object.)
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 Pattern.
(Overrides BaseTriplePatternToString.)
Top
Fields
  NameDescription
Protected field_vars
Stores the list of variables that are used in the Pattern.
(Inherited from BaseTriplePattern.)
Top
See Also