Header menu logo bristlecone

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

Hypothesis(ModelSystem, ComponentName list)

Full Usage: Hypothesis(ModelSystem, ComponentName list)

Parameters:
Item1 : ModelSystem
Item2 : ComponentName list

Instance members

Instance member Description

this.Components

Full Usage: this.Components

Returns: ComponentName list
Returns: ComponentName list

this.Model

Full Usage: this.Model

Returns: ModelSystem
Returns: ModelSystem

this.ReferenceCode

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

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.

Type something to start searching.