ch.wsl.fireindices.metadata

Calculable

trait Calculable extends AnyRef

Trait for variables that can be calculated. Contains some utility functions to check or search for input parameters.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Calculable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def calculate(dc: DataCollection): Data

    calculate the variable DataSerie (abstract to override in each variable)

    calculate the variable DataSerie (abstract to override in each variable)

    returns

    Data

  2. abstract def complete(dc: DataCollection): Data

    calculate the last value of the variable DataSerie (abstract to override in each variable)

    calculate the last value of the variable DataSerie (abstract to override in each variable)

    returns

    Data

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def canCalculate(dc: DataCollection): Boolean

    check if the variable is calculable with the given DataCollection

    check if the variable is calculable with the given DataCollection

    returns

    Boolean

  8. def canCalculate(variables: Set[Variable]): Boolean

    check if the variable is calculable with the given set of variables

    check if the variable is calculable with the given set of variables

    variables

    Set[Variable]> the set of variables

    returns

    Boolean

  9. def chooseParameters(dc: DataCollection): DataMapper

    choose a group of Parameters in a DataMapper set from a Datacollection

    choose a group of Parameters in a DataMapper set from a Datacollection

    returns

    VariablePairMap

  10. def chooseSeries(dc: DataCollection): DataMapper

    choose a group of DataSeries in a DataMapper set from a Datacollection

    choose a group of DataSeries in a DataMapper set from a Datacollection

    returns

    VariablePairMap

  11. def chooseVariablesAndCalculate(dc: DataCollection): DataMapper

    choose a group of variables in a DataMapper set from a Datacollection

    choose a group of variables in a DataMapper set from a Datacollection

    returns

    VariableDataMap

  12. def chooseVariablesAndComplete(dc: DataCollection): DataMapper

    choose a group of variables in a DataMapper set from a Datacollection

    choose a group of variables in a DataMapper set from a Datacollection

    returns

    VariableDataMap

  13. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def hasInputs(dss: DataCollection): Boolean

    check if a DataCollection contains this variable

    check if a DataCollection contains this variable

    dss

    DataCollection > the DataCollection

    returns

    Boolean

  19. def hasInputs(variables: Set[Variable]): Boolean

    check if a Set[Variable] contains this variable

    check if a Set[Variable] contains this variable

    variables

    Set[Variable]> the set of variables

    returns

    Boolean

  20. def hasInputsFromAbbr(abbreviations: Seq[String]): Boolean

    check if a Sequence of abbreviation contain this variable abbreviation

    check if a Sequence of abbreviation contain this variable abbreviation

    abbreviations

    Seq[String] > Sequence of abbreviation

    returns

    Boolean

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. val in: VariableChooser

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def printRequiredVariables: String

    prints the required variables

    prints the required variables

    returns

    String

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

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped