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
- Product
- Equals
- Error
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
Value Members
- val datasets: IndexedSeq[URL]
- final def flaw(method: String, message: String): Unit
- Definition Classes
- Error
- val literature: IndexedSeq[URL]
- val matrices: IndexedSeq[MatriD]
- val models: IndexedSeq[Model]
- val name: String
- val problem: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val tables: IndexedSeq[Relation]