TriplePattern Properties |
The TriplePattern type exposes the following members.
Name | Description | |
---|---|---|
FixedVariables |
Returns all variables mentioned as a match guarantees all variables are bound.
(Overrides BaseTriplePatternFixedVariables.) | |
FloatingVariables |
Returns an empty enumeration as a match guarantees all variables are bound.
(Overrides BaseTriplePatternFloatingVariables.) | |
HasNoBlankVariables |
Gets whether the Pattern contains no Explicit Variables (i.e. Blank Node Variables are ignored).
(Overrides BaseTriplePatternHasNoBlankVariables.) | |
HasNoExplicitVariables |
Gets whether the Pattern contains no Explicit Variables (i.e. Blank Node Variables are ignored).
| |
HasNoVariables |
Gets whether the Pattern contains no Variables of any kind.
| |
IndexType |
Gets the Index Type we will use for this Pattern.
| |
IsAcceptAll |
Returns whether the Triple Pattern is an accept all.
(Overrides BaseTriplePatternIsAcceptAll.) | |
Object |
Object Pattern.
| |
PatternType |
Gets the pattern type.
(Overrides BaseTriplePatternPatternType.) | |
Predicate |
Predicate Pattern.
| |
Subject |
Subject Pattern.
| |
UsesDefaultDataset |
Gets whether a Triple Pattern is Thread Safe when evaluated.
(Inherited from BaseTriplePattern.) | |
Variables |
Gets the List of Variables used in the Pattern.
(Inherited from BaseTriplePattern.) |