Hypotheses.Hypothesis<'timeIndex> 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<'timeIndex>, ComponentName list)
Parameters:
ModelSystem<'timeIndex>
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.
|
Compiles a reference code that may be used to identify (although not necessarily uniquely) this hypothesis
|
bristlecone