ITriplePattern Interface |
Namespace: VDS.RDF.Query.Patterns
The ITriplePattern type exposes the following members.
Name | Description | |
---|---|---|
FixedVariables |
Gets the enumeration of fixed variables in the pattern i.e. variables that are guaranteed to have a bound value.
| |
FloatingVariables |
Gets the enumeration of floating variables in the pattern i.e. variables that are not guaranteed to have a bound value.
| |
HasNoBlankVariables |
Gets whether a Triple Pattern does not contain any Blank Variables.
| |
IsAcceptAll |
Gets whether the Pattern accepts all.
| |
PatternType |
Gets the Pattern Type.
| |
UsesDefaultDataset |
Gets whether a Triple Pattern uses the Default Dataset when evaluated.
| |
Variables |
Gets the List of Variables used in the Pattern.
|
Name | Description | |
---|---|---|
CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from IComparableITriplePattern.) | |
Evaluate |
Evaluates the Triple Pattern in the given Evaluation Context.
|