Class TimeseriesInfo

    • Field Detail

      • m_Queue

        protected ArrayList m_Queue
        the tokens to output.
      • m_Format

        protected DateFormatString m_Format
        the format string to use for the timestamps.
      • m_Formatter

        protected transient DateFormat m_Formatter
        the formatter.
    • Constructor Detail

      • TimeseriesInfo

        public TimeseriesInfo()
    • Method Detail

      • setType

        public void setType​(TimeseriesInfo.InfoType value)
        Sets the type of information to generate.
        Parameters:
        value - the type
      • getType

        public TimeseriesInfo.InfoType getType()
        Returns the type of information to generate.
        Returns:
        the type
      • typeTipText

        public String typeTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setFormat

        public void setFormat​(DateFormatString value)
        Sets the format to use for the timestamps.
        Parameters:
        value - the format
      • getFormat

        public DateFormatString getFormat()
        Returns the format in use for the timestamps.
        Returns:
        the format
      • formatTipText

        public String formatTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • accepts

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Specified by:
        accepts in interface InputConsumer
        Returns:
        adams.data.timeseries.Timeseries.class
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Specified by:
        generates in interface OutputProducer
        Returns:
        java.lang.String.class
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message