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 BaseTriplePattern.FixedVariables.) |
![]() | FloatingVariables |
Returns an empty enumeration as a match guarantees all variables are bound.
(Overrides BaseTriplePattern.FloatingVariables.) |
![]() | HasNoBlankVariables |
Gets whether the Pattern contains no Explicit Variables (i.e. Blank Node Variables are ignored).
(Overrides BaseTriplePattern.HasNoBlankVariables.) |
![]() | 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 BaseTriplePattern.IsAcceptAll.) |
![]() | Object |
Object Pattern.
|
![]() | PatternType |
Gets the pattern type.
(Overrides BaseTriplePattern.PatternType.) |
![]() | 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.) |