PropertyFunctionPattern Properties |
The PropertyFunctionPattern type exposes the following members.
Name | Description | |
---|---|---|
![]() | FixedVariables |
Returns the empty enumerable as cannot guarantee any variables are bound.
(Overrides BaseTriplePattern.FixedVariables.) |
![]() | FloatingVariables |
Returns all variables mentioned in the property function as we can't guarantee they are bound.
(Overrides BaseTriplePattern.FloatingVariables.) |
![]() | HasNoBlankVariables |
Returns true if none of the.
(Overrides BaseTriplePattern.HasNoBlankVariables.) |
![]() | IsAcceptAll |
Returns false because property functions are not accept-alls.
(Overrides BaseTriplePattern.IsAcceptAll.) |
![]() | ObjectArgs |
Gets the Object arguments.
|
![]() | OriginalPatterns |
Gets the original triple patterns.
|
![]() | PatternType |
Gets the Pattern Type.
(Overrides BaseTriplePattern.PatternType.) |
![]() | PropertyFunction |
Gets the property function.
|
![]() | SubjectArgs |
Gets the Subject arguments.
|
![]() | 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.) |