case class ModelStudy(name: String, problem: String, literature: IndexedSeq[URL], models: IndexedSeq[Model], datasets: IndexedSeq[URL], tables: IndexedSeq[Relation], matrices: IndexedSeq[MatriD]) extends Error with Product with Serializable
The ModelStudy
maintains information about a modeling study.
- name
the unique for the modeling study
- problem
the problem statement for the study
- literature
the relevant literature for the modeling study
- models
the models used for the modeling study
- datasets
the datasets used for the modeling study
- tables
the relational tables used for the modeling study
- matrices
the data matrices used for the modeling study
- Alphabetic
- By Inheritance
- ModelStudy
- Serializable
- Serializable
- Product
- Equals
- Error
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
ModelStudy(name: String, problem: String, literature: IndexedSeq[URL], models: IndexedSeq[Model], datasets: IndexedSeq[URL], tables: IndexedSeq[Relation], matrices: IndexedSeq[MatriD])
- name
the unique for the modeling study
- problem
the problem statement for the study
- literature
the relevant literature for the modeling study
- models
the models used for the modeling study
- datasets
the datasets used for the modeling study
- tables
the relational tables used for the modeling study
- matrices
the data matrices used for the modeling study