ExamplesJaCoP
Class EWF
java.lang.Object
ExamplesJaCoP.Filter
ExamplesJaCoP.EWF
public class EWF
- extends Filter
It specifies EWF benchmark.
Source:
- Version:
- 3.0
- Author:
- Krzysztof Kuchcinski and Radoslaw Szymanek
|
Constructor Summary |
EWF()
It constructs a simple EWF filter. |
EWF(int addDel,
int mulDel)
It constructs a EWF filter with the specified delay
for the addition and multiplication operation. |
|
Method Summary |
java.util.ArrayList<java.lang.String> |
names()
It specifies the names of the operations for the
representation of the solution in textual form. |
java.util.ArrayList<java.lang.String> |
namesPipeline()
It specifies the names of the operations for the
textual representation of the pipelined solution. |
| Methods inherited from class ExamplesJaCoP.Filter |
addDel, addId, delays, dependencies, ids, lastOp, mulDel, mulId, name, noAdd, noMul, noOp |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EWF
public EWF()
- It constructs a simple EWF filter.
EWF
public EWF(int addDel,
int mulDel)
- It constructs a EWF filter with the specified delay
for the addition and multiplication operation.
- Parameters:
addDel - the delay of the addition operation.mulDel - the delay of the multiplication operation.
names
public java.util.ArrayList<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.ArrayList<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.