Click or drag to resize

TriplePattern Properties

The TriplePattern type exposes the following members.

Properties
  NameDescription
Public propertyFixedVariables
Returns all variables mentioned as a match guarantees all variables are bound.
(Overrides BaseTriplePatternFixedVariables.)
Public propertyFloatingVariables
Returns an empty enumeration as a match guarantees all variables are bound.
(Overrides BaseTriplePatternFloatingVariables.)
Public propertyHasNoBlankVariables
Gets whether the Pattern contains no Explicit Variables (i.e. Blank Node Variables are ignored).
(Overrides BaseTriplePatternHasNoBlankVariables.)
Public propertyHasNoExplicitVariables
Gets whether the Pattern contains no Explicit Variables (i.e. Blank Node Variables are ignored).
Public propertyHasNoVariables
Gets whether the Pattern contains no Variables of any kind.
Public propertyIndexType
Gets the Index Type we will use for this Pattern.
Public propertyIsAcceptAll
Returns whether the Triple Pattern is an accept all.
(Overrides BaseTriplePatternIsAcceptAll.)
Public propertyObject
Object Pattern.
Public propertyPatternType
Gets the pattern type.
(Overrides BaseTriplePatternPatternType.)
Public propertyPredicate
Predicate Pattern.
Public propertySubject
Subject Pattern.
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
See Also