IConstructTriplePattern Interface |
Namespace: VDS.RDF.Query.Patterns
The IConstructTriplePattern 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.
(Inherited from ITriplePattern.) | |
FloatingVariables |
Gets the enumeration of floating variables in the pattern i.e. variables that are not guaranteed to have a bound value.
(Inherited from ITriplePattern.) | |
HasNoBlankVariables |
Gets whether a Triple Pattern does not contain any Blank Variables.
(Inherited from ITriplePattern.) | |
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.
| |
IsAcceptAll |
Gets whether the Pattern accepts all.
(Inherited from ITriplePattern.) | |
Object |
Gets the Object of the Pattern.
| |
PatternType |
Gets the Pattern Type.
(Inherited from ITriplePattern.) | |
Predicate |
Gets the Predicate of the Pattern.
| |
Subject |
Gets the Subject of the Pattern.
| |
UsesDefaultDataset |
Gets whether a Triple Pattern uses the Default Dataset when evaluated.
(Inherited from ITriplePattern.) | |
Variables |
Gets the List of Variables used in the Pattern.
(Inherited from ITriplePattern.) |
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.) | |
Construct |
Constructs a Triple from a Set based on this Triple Pattern.
| |
Evaluate |
Evaluates the Triple Pattern in the given Evaluation Context.
(Inherited from ITriplePattern.) |