BaseMultiset Methods |
The BaseMultiset type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a Set to the Mutliset.
| |
AddVariable |
Adds a Variable to the Multiset.
| |
ContainsValue |
Determines whether the Multiset contains the given Value for the given Variable.
| |
ContainsVariable |
Determines whether the Multiset contains the given Variable.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExistsJoin |
Does an Exists Join of this Multiset to another Multiset where the Join is predicated on the existence/non-existence of a joinable solution on the RHS.
| |
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.) | |
IsDisjointWith |
Determines whether the Mutliset is disjoint with the given Multiset.
| |
Join |
Joins this Multiset to another Multiset.
| |
LeftJoin |
Does a Left Join of this Multiset to another Multiset where the Join is predicated on the given Expression.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MinusJoin |
Does a Minus Join of this Multiset to another Multiset where any joinable results are subtracted from this Multiset to give the resulting Multiset.
| |
Product |
Does a Product of this Multiset and another Multiset.
| |
Remove |
Removes a Set (by ID) from the Multiset.
| |
SetVariableOrder |
Sets the variable ordering for the multiset.
| |
Sort |
Sorts a Set based on the given Comparer.
| |
ToString |
Gets the string representation of the multiset (intended for debugging only).
(Overrides ObjectToString.) | |
Trim |
Trims the Multiset of Temporary Variables.
| |
Trim(String) |
Trims the Multiset by removing all Values for the given Variable.
| |
Union |
Does a Union of this Multiset and another Multiset.
|
Name | Description | |
---|---|---|
ProductWithTimeout |
Calculates the product of two multi-sets asynchronously with a timeout to restrict long running computations.
(Defined by AlgebraExtensions.) |