File

src/app/models/parameter.model.ts

Description

The parameter data model maps to the parameter-catalog database collection. A Parameter holds a scientific model input and its metadata.

Index

Properties

Properties

dataType
dataType: string
Type : string

Data set type: double, integer, boolean, string

definitionType
definitionType: string
Type : string

How the parameter can be set: user, scenario, static

maxValue
maxValue: number
Type : number

Upper bound on the values that the parameter can have

minValue
minValue: number
Type : number

Lower bound on the values that the parameter can have

modelID
modelID: string
Type : string

Target model identifier for this parameter

paramBenchMarks
paramBenchMarks: Array<ParamBenchmark>
Type : Array<ParamBenchmark>
Optional

Parameter benchmark objects

paramDefaultSource
paramDefaultSource: string
Type : string

Origin or source of the default parameter value

paramDefaultValue
paramDefaultValue: any
Type : any

Default dataset values applied to the parameter

paraminfo
paraminfo: Array<ParamInfo>
Type : Array<ParamInfo>

Parameter information objects

paramName
paramName: string
Type : string

Unique name used on the model source code for this parameter

paramValue
paramValue: any
Type : any
Optional

Modified dataset values after user manipulation

stepSize
stepSize: number
Type : number
Optional

Resolution of each step jump if the parameter used the slider widgets

structDimension
structDimension: string
Type : string
Optional

Dimension of the dataset structure if it is table or matrix

structType
structType: string
Type : string

Dataset structure: scalar, table or matrix

widget
widget: string
Type : string
Optional

Widget used for user customization on the interface: slider, table, multi-slider

results matching ""

    No results matching ""