Interface IterationManager

  • All Known Implementing Classes:
    IterationManagerImpl

    public interface IterationManager
    keeps track of all actually calculated iterations and stores some statistics values.
    • Method Detail

      • getIterations

        java.util.List<IterationData> getIterations()
        Returns:
        all the iterations
      • reset

        void reset()
        clears all the iterations
      • recordIteration

        void recordIteration()
        adds a new iteration entry from the actual state of the given sensitivity matrix manager
      • getLastIterationNumber

        int getLastIterationNumber()
        Returns:
        the number of the last iterations. This can be -1, if no iteration was recorded.