Class GeneralParameters<T extends Algorithm>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getAlgorithm()
      Return the algorithm these parameters are associated with.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAlgorithm

        public T getAlgorithm()
        Return the algorithm these parameters are associated with.
        Specified by:
        getAlgorithm in interface Parameters
        Returns:
        the algorithm these parameters are for.