RulesVisitorExpander Constructor

Initializes a new instance of the RulesVisitorExpander class. Create a new visitor for creating load-case superpositions based on CombinationSentences.

Definition

Namespace: Karamba.Loads.Combination
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public RulesVisitorExpander(
	MultiMap<string, CombinationSentence> id2Rules
)

Parameters

id2Rules  MultiMapString, CombinationSentence
Defines the rules to be expanded.

See Also