Set Class |
Namespace: VDS.RDF.Query.Algebra
The Set type exposes the following members.
Name | Description | |
---|---|---|
![]() | ID |
Gets/Sets the ID of the Set.
(Inherited from BaseSet.) |
![]() | Item |
Retrieves the Value in this set for the given Variable.
(Overrides BaseSet.Item[String].) |
![]() | Values |
Gets the Values in the Set.
(Overrides BaseSet.Values.) |
![]() | Variables |
Gets the Variables in the Set.
(Overrides BaseSet.Variables.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a Value for a Variable to the Set.
(Overrides BaseSet.Add(String, INode).) |
![]() | ContainsVariable |
Checks whether the Set contains a given Variable.
(Overrides BaseSet.ContainsVariable(String).) |
![]() | Copy |
Copies the Set.
(Overrides BaseSet.Copy().) |
![]() | Equals(Object) |
Gets whether the Set is equal to another object.
(Inherited from BaseSet.) |
![]() | Equals(ISet) |
Gets whether the Set is equal to another set.
(Inherited from BaseSet.) |
![]() | Equals(Set) |
Gets whether the Set is equal to another set.
|
![]() | GetHashCode |
Gets the Hash Code of the Set.
(Inherited from BaseSet.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsCompatibleWith |
Gets whether the Set is compatible with a given set based on the given variables.
(Overrides BaseSet.IsCompatibleWith(ISet, IEnumerable<String>).) |
![]() | IsMinusCompatibleWith |
Gets whether the Set is minus compatible with a given set based on the given variables.
(Overrides BaseSet.IsMinusCompatibleWith(ISet, IEnumerable<String>).) |
![]() | Join |
Joins the set to another set.
(Overrides BaseSet.Join(ISet).) |
![]() | Remove |
Removes a Value for a Variable from the Set.
(Overrides BaseSet.Remove(String).) |
![]() | ToString |
Gets the String representation of the Set.
(Inherited from BaseSet.) |