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