Class PythonFieldTimeShiftable<T extends FieldTimeInterpolable<T,​KK>,​KK extends CalculusFieldElement<KK>>

    • Constructor Detail

      • PythonFieldTimeShiftable

        public PythonFieldTimeShiftable()
    • 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
      • shiftedBy_KK

        public T shiftedBy_KK​(KK dt)
        Get a time-shifted instance. The Python extension method.
        Parameters:
        dt - time shift in seconds
        Returns:
        a new instance, shifted with respect to instance (which is not changed)