Click or drag to resize

LCCombiCollector Class

manages the collection of load case combinations.
Inheritance Hierarchy
SystemObject
  Karamba.Loads.CombinationsLCCombiCollector

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public class LCCombiCollector : ISerializable

The LCCombiCollector type exposes the following members.

Constructors
  NameDescription
Public methodLCCombiCollector
Initializes a new instance of the LCCombiCollector class. the default constructor.
Protected methodLCCombiCollector(SerializationInfo, StreamingContext)
Initializes a new instance of the LCCombiCollector class. de-serialization constructor.
Top
Properties
  NameDescription
Public propertylc_num
Gets the number of load-cases.
Public propertyload_case_ids
Gets the ordered list of all load-case identifiers.
Public propertyload_combi_ids
Gets the ordered list of all load-combination identifiers.
Public propertyload_ids
Gets a list of all load identifiers; first the load-cases then the load-combinations.
Public propertynumberOfLoadCases
Gets the number of present load-cases.
Public propertynumberOfLoadCombinations
Gets the number of present load-cases.
Public propertywarning
Gets the warnings which accumulated during execution.
Top
Methods
  NameDescription
Public methodAddLoadCase(String)
Adds a load-case identifier, add a corresponding unit load case superposition.
Public methodAddLoadCase(String, Int32)
add serial load-cases of a given type into the load-case, load-combination and result indexes-dictionaries.
Public methodAddRules
add sentences of combination rules; update the list of load-combinations.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetObjectData
serialize the model-object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberid_stands_for_all
Returns 'true' in case the given load-case name has the special meaning of standing for all names.
Public methodlc_ind
return the index of a load-case.
Public methodlc_inds(ListString)
return a sequence of load-case indexes to which the given identifier refers to.
Public methodlc_inds(String)
return a sequence of load-case indexes to which the given identifier refers to.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodsortLcInds
sort load case identifiers in alphanumeric order.
Public methodsuperPositions
return load superpositions for given load-combination identifier.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateLoadCombination
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.
Top
See Also