BaseTriplePattern Class |
Namespace: VDS.RDF.Query.Patterns
The BaseTriplePattern type exposes the following members.
Name | Description | |
---|---|---|
BaseTriplePattern | Initializes a new instance of the BaseTriplePattern class |
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 the Pattern has no blank variables.
| |
IsAcceptAll |
Returns whether the Triple Pattern is an accept all.
| |
PatternType |
Gets the Triple Pattern Type.
| |
UsesDefaultDataset |
Gets whether a Triple Pattern is Thread Safe when evaluated.
| |
Variables |
Gets the List of Variables used in the Pattern.
|
Name | Description | |
---|---|---|
CompareTo |
Compares a Triple Pattern to another Triple Pattern.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Evaluate |
Evaluates the Triple Pattern in the given Evaluation Context.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Gets the String representation of the Pattern.
(Overrides ObjectToString.) |