Class DFQ


  • public class DFQ
    extends Filter
    It specifies DFQ filter benchmark.
    Version:
    4.7
    • Constructor Summary

      Constructors 
      Constructor Description
      DFQ()
      It creates a standard DFQ filter problem with addition delay equal 1 and multiplication delay equal 2.
      DFQ​(int addDel, int mulDel)
      It creates DFQ filter problem with specified delays.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> names()
      It specifies the names of the operations for the representation of the solution in textual form.
      java.util.List<java.lang.String> namesPipeline()
      It specifies the names of the operations for the textual representation of the pipelined solution.
      • Methods inherited from class java.lang.Object

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

      • DFQ

        public DFQ()
        It creates a standard DFQ filter problem with addition delay equal 1 and multiplication delay equal 2.
      • DFQ

        public DFQ​(int addDel,
                   int mulDel)
        It creates DFQ filter problem with specified delays.
        Parameters:
        addDel - addition delay.
        mulDel - multiplication delay.
    • Method Detail

      • names

        public java.util.List<java.lang.String> names()
        Description copied from class: Filter
        It specifies the names of the operations for the representation of the solution in textual form.
        Specified by:
        names in class Filter
        Returns:
        list of names.
      • namesPipeline

        public java.util.List<java.lang.String> namesPipeline()
        Description copied from class: Filter
        It specifies the names of the operations for the textual representation of the pipelined solution.
        Specified by:
        namesPipeline in class Filter
        Returns:
        list of names.