Class FixedDate

  • All Implemented Interfaces:
    Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, QuickInfoSupporter, SizeOfHandler, Serializable

    public class FixedDate
    extends AbstractSplitOnDate
    Splits the timeseries using the specified date.

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -segments <BOTH|BEFORE|AFTER> (property: segments)
        The segments to return.
        default: BOTH
     
    -include-split-date <boolean> (property: includeSplitDate)
        If enabled, the split date is included in the segments.
        default: false
     
    -date <adams.core.base.BaseDateTime> (property: date)
        The split date to use.
        default: NOW
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_Date

        protected BaseDateTime m_Date
        the date to split on.
    • Constructor Detail

      • FixedDate

        public FixedDate()