Class Coefficients

    • Constructor Detail

      • Coefficients

        public Coefficients​(java.lang.String resourceId,
                            java.lang.String name,
                            java.lang.String description,
                            Unit inputUnits,
                            Unit outputUnits,
                            java.lang.String cfTransferType,
                            java.util.List<FloatType> numeratorList,
                            java.util.List<FloatType> denominatorList)
      • Coefficients

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

      • getCfTransferType

        public java.lang.String getCfTransferType()
      • getNumeratorList

        public java.util.List<FloatType> getNumeratorList()
      • getDenominatorList

        public java.util.List<FloatType> getDenominatorList()