GatherTemp Type
GatherTemp is the output type used to accumulate lists of data links when recursively exploring SimulationGraph as first step in flattening it. Each list of pairs is converted into a map at the end in the final GatherData structure The cost of creating maps makes it important to use lists here as the intermediate structures
Record fields
Record Field | Description |
Full Usage:
AllCompsT
Field type: ((ComponentId * ComponentId list) * (SimulationComponent * ComponentId list)) list
|
|
Full Usage:
CustomInputCompLinksT
Field type: ((FComponentId * InputPortNumber) * FComponentId) list
|
|
Full Usage:
CustomOutputCompLinksT
Field type: (FComponentId * (FComponentId * OutputPortNumber)) list
|
|
|
|