![]() |
LCCombiCollector Class |
Namespace: Karamba.Loads.Combinations
The LCCombiCollector type exposes the following members.
Name | Description | |
---|---|---|
![]() | LCCombiCollector |
Initializes a new instance of the LCCombiCollector class.
the default constructor.
|
![]() | LCCombiCollector(SerializationInfo, StreamingContext) |
Initializes a new instance of the LCCombiCollector class.
de-serialization constructor.
|
Name | Description | |
---|---|---|
![]() | lc_num |
Gets the number of load-cases.
|
![]() | load_case_ids |
Gets the ordered list of all load-case identifiers.
|
![]() | load_combi_ids |
Gets the ordered list of all load-combination identifiers.
|
![]() | load_ids |
Gets a list of all load identifiers; first the load-cases then the load-combinations.
|
![]() | numberOfLoadCases |
Gets the number of present load-cases.
|
![]() | numberOfLoadCombinations |
Gets the number of present load-cases.
|
![]() | warning |
Gets the warnings which accumulated during execution.
|
Name | Description | |
---|---|---|
![]() | AddLoadCase(String) |
Adds a load-case identifier, add a corresponding unit load case superposition.
|
![]() | AddLoadCase(String, Int32) |
add serial load-cases of a given type into the load-case, load-combination and result indexes-dictionaries.
|
![]() | AddRules |
add sentences of combination rules; update the list of load-combinations.
|
![]() | 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.) |
![]() | GetObjectData |
serialize the model-object.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | id_stands_for_all |
Returns 'true' in case the given load-case name has the special meaning of standing for all names.
|
![]() | lc_ind |
return the index of a load-case.
|
![]() | lc_inds(ListString) |
return a sequence of load-case indexes to which the given identifier refers to.
|
![]() | lc_inds(String) |
return a sequence of load-case indexes to which the given identifier refers to.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | sortLcInds |
sort load case identifiers in alphanumeric order.
|
![]() | superPositions |
return load superpositions for given load-combination identifier.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateLoadCombination |
use a combination expression of given id to produce load-combinations. Is also used
by the LCSuperpositionVisitor to produce load-combinations on which this expression
depends.
|