Click or drag to resize

BaseTriplePattern Properties

The BaseTriplePattern type exposes the following members.

Properties
  NameDescription
Public propertyFixedVariables
Gets the enumeration of fixed variables in the pattern i.e. variables that are guaranteed to have a bound value.
Public propertyFloatingVariables
Gets the enumeration of floating variables in the pattern i.e. variables that are not guaranteed to have a bound value.
Public propertyHasNoBlankVariables
Gets whether the Pattern has no blank variables.
Public propertyIsAcceptAll
Returns whether the Triple Pattern is an accept all.
Public propertyPatternType
Gets the Triple Pattern Type.
Public propertyUsesDefaultDataset
Gets whether a Triple Pattern is Thread Safe when evaluated.
Public propertyVariables
Gets the List of Variables used in the Pattern.
Top
See Also