Class PythonFieldTimeShiftable<T extends FieldTimeShiftable<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

        public T shiftedBy​(double dt)
        Get a time-shifted instance.
        Specified by:
        shiftedBy in interface TimeShiftable<T extends FieldTimeShiftable<T,​KK>>
        Parameters:
        dt - time shift in seconds
        Returns:
        a new instance, shifted with respect to instance (which is not changed)
      • 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)