Click or drag to resize

PropertyFunctionPattern Class

Class for representing property function patterns in SPARQL Query.
Inheritance Hierarchy

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

The PropertyFunctionPattern type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFixedVariables
Returns the empty enumerable as cannot guarantee any variables are bound.
(Overrides BaseTriplePatternFixedVariables.)
Public propertyFloatingVariables
Returns all variables mentioned in the property function as we can't guarantee they are bound.
(Overrides BaseTriplePatternFloatingVariables.)
Public propertyHasNoBlankVariables
Returns true if none of the.
(Overrides BaseTriplePatternHasNoBlankVariables.)
Public propertyIsAcceptAll
Returns false because property functions are not accept-alls.
(Overrides BaseTriplePatternIsAcceptAll.)
Public propertyObjectArgs
Gets the Object arguments.
Public propertyOriginalPatterns
Gets the original triple patterns.
Public propertyPatternType
Gets the Pattern Type.
(Overrides BaseTriplePatternPatternType.)
Public propertyPropertyFunction
Gets the property function.
Public propertySubjectArgs
Gets the Subject arguments.
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(IPropertyFunctionPattern)
Compares a property function pattern to another.
Public methodCompareTo(ITriplePattern)
Compares a Triple Pattern to another Triple Pattern.
(Inherited from BaseTriplePattern.)
Public methodCompareTo(PropertyFunctionPattern)
Compares a property function pattern to another.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates the property function.
(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