public class DFQ extends Filter
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<String> |
names()
It specifies the names of the operations for the
representation of the solution in textual form.
|
ArrayList<String> |
namesPipeline()
It specifies the names of the operations for the
textual representation of the pipelined solution.
|
public DFQ()
public DFQ(int addDel,
int mulDel)
addDel - addition delay.mulDel - multiplication delay.public ArrayList<String> names()
Filterpublic ArrayList<String> namesPipeline()
FilternamesPipeline in class FilterCopyright © 2016. All rights reserved.