src/app/models/set.model.ts
The Set data model maps to the set-catalog database collection. It holds unique set name, its values and descriptions. The set object is currently used to define sets that are part of a model developed with the General Algebraic Modeling System (GAMS)
Properties |
setDescription |
setDescription:
|
Type : string
|
Descripton of the set |
setName |
setName:
|
Type : string
|
Set unique name as used on the scientific model source code |
setValue |
setValue:
|
Type : string
|
Assigned set value |