RulesVisitorExpander Constructor
Initializes a new instance of the
RulesVisitorExpander class.
Create a new visitor for creating load-case superpositions based on CombinationSentences.
Namespace: Karamba.Loads.CombinationAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public RulesVisitorExpander(
MultiMap<string, CombinationSentence> id2Rules
)
Public Sub New (
id2Rules As MultiMap(Of String, CombinationSentence)
)
public:
RulesVisitorExpander(
MultiMap<String^, CombinationSentence^>^ id2Rules
)
new :
id2Rules : MultiMap<string, CombinationSentence> -> RulesVisitorExpander
Parameters
- id2Rules MultiMapString, CombinationSentence
- Defines the rules to be expanded.