Packages

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

Linear Supertypes
Serializable, Product, Equals, Error, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelStudy
  2. Serializable
  3. Product
  4. Equals
  5. Error
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. val datasets: IndexedSeq[URL]
  2. final def flaw(method: String, message: String): Unit
    Definition Classes
    Error
  3. val literature: IndexedSeq[URL]
  4. val matrices: IndexedSeq[MatriD]
  5. val models: IndexedSeq[Model]
  6. val name: String
  7. val problem: String
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. val tables: IndexedSeq[Relation]