Class PythonScheduler<T extends ObservedMeasurement<T>>

    • Constructor Detail

      • PythonScheduler

        public PythonScheduler()
    • 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
      • init

        public void init​(AbsoluteDate start,
                         AbsoluteDate end)
        Initialize scheduler at the start of a measurements generation.

        This method is called once at the start of the measurements generation. It may be used by the scheduler to initialize some internal data if needed, typically initializing builders.

        Specified by:
        init in interface Scheduler<T extends ObservedMeasurement<T>>
        Parameters:
        start - start of the measurements time span
        end - end of the measurements time span