![]() |
FactoredCombi Class |
Namespace: Karamba.Loads.Combinations
The FactoredCombi type exposes the following members.
Name | Description | |
---|---|---|
![]() | FactoredCombi(String) |
Initializes a new instance of the FactoredCombi class.
the default constructor.
|
![]() | FactoredCombi(String, LCSuperPositionFactor) |
Initializes a new instance of the FactoredCombi class.
the default constructor.
|
Name | Description | |
---|---|---|
![]() | Facs |
Gets the factors of the combination upper/lower. In case lower = null there is only one combination.
|
![]() | loadCombis |
Gets the list of combination expressions contained in this expression.
(Overrides CombinationExpressionloadCombis.) |
![]() | Name |
Gets the name of the combination.
|
Name | Description | |
---|---|---|
![]() | acceptR(CombiVisitorR) |
Accept a combination-visitor.
(Inherited from CombinationExpression.) |
![]() | acceptR(CombiVisitorR) |
Accepts a combination visitor.
(Overrides CombinationExpressionacceptR(CombiVisitorR).) |
![]() | And |
Add a new term 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.) |