Click or drag to resize

BaseTriplePattern Class

Base class for representing all types of Triple Patterns in SPARQL queries.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.PatternsBaseTriplePattern
    More...

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

The BaseTriplePattern type exposes the following members.

Constructors
  NameDescription
Protected methodBaseTriplePattern
Initializes a new instance of the BaseTriplePattern class
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.
Public propertyFloatingVariables
Gets the enumeration of floating variables in the pattern i.e. variables that are not guaranteed to have a bound value.
Public propertyHasNoBlankVariables
Gets whether the Pattern has no blank variables.
Public propertyIsAcceptAll
Returns whether the Triple Pattern is an accept all.
Public propertyPatternType
Gets the Triple Pattern Type.
Public propertyUsesDefaultDataset
Gets whether a Triple Pattern is Thread Safe when evaluated.
Public propertyVariables
Gets the List of Variables used in the Pattern.
Top
Methods
  NameDescription
Public methodCompareTo
Compares a Triple Pattern to another Triple Pattern.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates the Triple Pattern in the given Evaluation Context.
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 ObjectToString.)
Top
Fields
  NameDescription
Protected field_vars
Stores the list of variables that are used in the Pattern.
Top
See Also
Inheritance Hierarchy