Hypotheses.Hypothesis Type
A hypothesis consists of a model system and the names of the swappable components within it, alongside the name of their current implementation.
Union cases
Union case | Description |
Full Usage:
Hypothesis(ModelSystem, ComponentName list)
Parameters:
ModelSystem
Item2 : ComponentName list
|
|
Instance members
Instance member | Description |
|
|
|
|
Full Usage:
this.ReferenceCode
Returns: string
A string in the format XX_XXX_YY_YYY... where XX_XXX is a singe component with XX the component and XXX the implementation.
|