public interface EPA
Modifier and Type | Method and Description |
---|---|
EPA[] |
getInputEPAs()
Returns all input EPAs
|
java.lang.String |
getName()
Gets the name of the EPA, which is equivalent to the name of its output stream.
|
long |
maxWindowSize()
Deprecated.
|
void |
setName(java.lang.String name)
Sets the name of the EPA.
|
java.lang.String getName()
void setName(java.lang.String name)
name
- the new name of the EPA@Deprecated long maxWindowSize()
EPA[] getInputEPAs()