Click or drag to resize

ITriplePattern Interface

Interface for Triple Patterns.

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

The ITriplePattern type exposes the following members.

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 a Triple Pattern does not contain any Blank Variables.
Public propertyIsAcceptAll
Gets whether the Pattern accepts all.
Public propertyPatternType
Gets the Pattern Type.
Public propertyUsesDefaultDataset
Gets whether a Triple Pattern uses the Default Dataset when evaluated.
Public propertyVariables
Gets the List of Variables used in the Pattern.
Top
Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparableITriplePattern.)
Public methodEvaluate
Evaluates the Triple Pattern in the given Evaluation Context.
Top
See Also