Class PythonAbstractScheduler<T extends ObservedMeasurement<T>>

    • Constructor Detail

      • PythonAbstractScheduler

        public PythonAbstractScheduler​(MeasurementBuilder<T> builder,
                                       DatesSelector selector)
        Simple constructor.
        Parameters:
        builder - builder for individual measurements
        selector - selector for dates
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object