ISet Interface |
Namespace: VDS.RDF.Query.Algebra
The ISet type exposes the following members.
Name | Description | |
---|---|---|
ID |
Gets/Sets the ID of the Set.
| |
Item |
Retrieves the Value in this set for the given Variable.
| |
Values |
Gets the Values in the Set.
| |
Variables |
Gets the Variables in the Set.
|
Name | Description | |
---|---|---|
Add |
Adds a Value for a Variable to the Set.
| |
ContainsVariable |
Checks whether the Set contains a given Variable.
| |
Copy |
Copies the Set.
| |
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableISet.) | |
IsCompatibleWith |
Gets whether the Set is compatible with a given set based on the given variables.
| |
IsMinusCompatibleWith |
Gets whether the Set is minus compatible with a given set based on the given variables.
| |
Join |
Joins the set to another set.
| |
Remove |
Removes a Value for a Variable from the Set.
|