Interface TimeDependentImportanceMeasure<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<T,​java.lang.Double> calculate​(double time)
      Assign a importance value to each variable T of the system at a specific time t.
    • Method Detail

      • calculate

        java.util.Map<T,​java.lang.Double> calculate​(double time)
        Assign a importance value to each variable T of the system at a specific time t.
        Parameters:
        time - Time t at which the importance value of the variables is calculated.
        Returns:
        results Map of variables and their respective importance values at time t.