Interface EqTDComputationMode

All Known Implementing Classes:
AbstractEqTDComputationMode, GroupsMode, IndividualMode

public interface EqTDComputationMode
Interface of a cost computation mode.
  • Method Details

    • getId

      Retrieves the id of the computation mode.
      Returns:
      the id.
    • getLabel

      Retrieves the label of the computation mode.
      Returns:
      the label.
    • getDescription

      Retrieves the description of the computation mode.
      Returns:
      the description.
    • computeEqTD

      Double computeEqTD(ProgramItemData programItemData, Double eqTDCoef)
      Compute the TD equivalent for the given course part data.
      Parameters:
      programItemData - The course part data
      eqTDCoef - The TD equivalent coefficient
      Returns:
      The computed eqTD from the course part data