Class Polynomial

    • Constructor Detail

      • Polynomial

        public Polynomial​(java.lang.String resourceId,
                          java.lang.String name,
                          java.lang.String description,
                          Unit inputUnits,
                          Unit outputUnits,
                          java.lang.String approximationType,
                          FloatType freqLowerBound,
                          FloatType freqUpperBound,
                          float approxLowerBound,
                          float approxUpperBound,
                          float maxError,
                          java.util.List<FloatNoUnitType> coefficientList)
      • Polynomial

        public Polynomial​(javax.xml.stream.XMLEventReader reader)
                   throws javax.xml.stream.XMLStreamException,
                          StationXMLException
        Throws:
        javax.xml.stream.XMLStreamException
        StationXMLException
      • Polynomial

        public Polynomial​(javax.xml.stream.XMLEventReader reader,
                          java.lang.String elementName)
                   throws javax.xml.stream.XMLStreamException,
                          StationXMLException
        Throws:
        javax.xml.stream.XMLStreamException
        StationXMLException
    • Method Detail

      • getApproximationType

        public java.lang.String getApproximationType()
      • getFreqLowerBound

        public FloatType getFreqLowerBound()
      • getFreqUpperBound

        public FloatType getFreqUpperBound()
      • getApproxLowerBound

        public float getApproxLowerBound()
      • getApproxUpperBound

        public float getApproxUpperBound()
      • getMaxError

        public float getMaxError()
      • getCoefficientList

        public java.util.List<FloatNoUnitType> getCoefficientList()