public class Polynomial extends BaseFilterType
inputUnits, outputUnits
Constructor and Description |
---|
Polynomial(javax.xml.stream.XMLEventReader reader) |
Polynomial(javax.xml.stream.XMLEventReader reader,
java.lang.String elementName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApproximationType() |
float |
getApproxLowerBound() |
float |
getApproxUpperBound() |
java.util.List<FloatNoUnitType> |
getCoefficientList() |
java.lang.Float |
getFreqLowerBound() |
float |
getFreqUpperBound() |
float |
getMaxError() |
getDescription, getInputUnits, getName, getOutputUnits, getResourceId
public Polynomial(javax.xml.stream.XMLEventReader reader) throws javax.xml.stream.XMLStreamException, StationXMLException
javax.xml.stream.XMLStreamException
StationXMLException
public Polynomial(javax.xml.stream.XMLEventReader reader, java.lang.String elementName) throws javax.xml.stream.XMLStreamException, StationXMLException
javax.xml.stream.XMLStreamException
StationXMLException
public java.lang.String getApproximationType()
public java.lang.Float getFreqLowerBound()
public float getFreqUpperBound()
public float getApproxLowerBound()
public float getApproxUpperBound()
public float getMaxError()
public java.util.List<FloatNoUnitType> getCoefficientList()