![]() |
ORCombination Class |
Namespace: Karamba.Loads.Combinations
The ORCombination type exposes the following members.
Name | Description | |
---|---|---|
![]() | ORCombination |
Initializes a new instance of the ORCombination class.
Creation of an OR-combination based on one combination expression.
|
Name | Description | |
---|---|---|
![]() | loadCombis |
Gets the load combination expressions resulting from the OR combination.
(Overrides CombinationExpressionloadCombis.) |
Name | Description | |
---|---|---|
![]() | acceptR(CombiVisitorR) |
Accept a combination-visitor.
(Inherited from CombinationExpression.) |
![]() | acceptR(CombiVisitorR) |
Accepts a combination visitor.
(Overrides CombinationExpressionacceptR(CombiVisitorR).) |
![]() | And |
adds an expression via AND.
(Overrides CombinationExpressionAnd(CombinationExpression).) |
![]() | AndLF |
adds an expression via a Leading Factor AND.
(Overrides CombinationExpressionAndLF(CombinationExpression).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | 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.) |
![]() | Neg |
reverses the signs of a combination expression.
(Overrides CombinationExpressionNeg.) |
![]() | Or |
Add a combination expression to this OR-expression.
(Overrides CombinationExpressionOr(CombinationExpression).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |