Class/Object

models

ParameterModel

Related Docs: object ParameterModel | package models

Permalink

case class ParameterModel(id: Int = 0, name: String, title: String, unit: String, search_view: Boolean, explore_view: Boolean, scale_names: List[String], scale_colors: List[String]) extends Product with Serializable

Parameters are types of data stored in datapoints for which there is data associated. This elements provides additional information about the parameter than the short name in the datapoints It provides a longer title, the unit, information to show up on the search and explore views, names and colors for stacked-bar graphs that could be used for other stacked graphs.

name

- Needs to be unique. A short version of the title

title

- title for the parameter

unit

- Unit for the data

search_view

- boolean indicates whether the parameter will show up as a parameter in the search page

explore_view

- boolean indicates whether the parameter will show up in the popup on the explore page

scale_names

[Optional] Used for representing category names in stacked-bar graphs

scale_colors

[Optional] Used for representing category colors in stacked-bar graphs

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

Instance Constructors

  1. new ParameterModel(id: Int = 0, name: String, title: String, unit: String, search_view: Boolean, explore_view: Boolean, scale_names: List[String], scale_colors: List[String])

    Permalink

    name

    - Needs to be unique. A short version of the title

    title

    - title for the parameter

    unit

    - Unit for the data

    search_view

    - boolean indicates whether the parameter will show up as a parameter in the search page

    explore_view

    - boolean indicates whether the parameter will show up in the popup on the explore page

    scale_names

    [Optional] Used for representing category names in stacked-bar graphs

    scale_colors

    [Optional] Used for representing category colors in stacked-bar graphs

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. val explore_view: Boolean

    Permalink

    - boolean indicates whether the parameter will show up in the popup on the explore page

  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. val id: Int

    Permalink
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. val name: String

    Permalink

    - Needs to be unique.

    - Needs to be unique. A short version of the title

  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. val scale_colors: List[String]

    Permalink

    [Optional] Used for representing category colors in stacked-bar graphs

  17. val scale_names: List[String]

    Permalink

    [Optional] Used for representing category names in stacked-bar graphs

  18. val search_view: Boolean

    Permalink

    - boolean indicates whether the parameter will show up as a parameter in the search page

  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. val title: String

    Permalink

    - title for the parameter

  21. val unit: String

    Permalink

    - Unit for the data

  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped