Class PythonFieldAbstractDetector<D extends FieldEventDetector<T>,​T extends CalculusFieldElement<T>>

    • Constructor Detail

      • PythonFieldAbstractDetector

        public PythonFieldAbstractDetector​(T maxCheck,
                                           T threshold,
                                           int maxIter,
                                           FieldEventHandler<? super D,​T> handler)
        Build a new instance.
        Parameters:
        maxCheck - maximum checking interval (s)
        threshold - convergence threshold (s)
        maxIter - maximum number of iterations in the event time search
        handler - event handler to call at event occurrences
    • 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
      • create

        public D create​(T newMaxCheck,
                        T newThreshold,
                        int newMaxIter,
                        FieldEventHandler<? super D,​T> newHandler)
        Build a new instance.
        Specified by:
        create in class FieldAbstractDetector<D extends FieldEventDetector<T>,​T extends CalculusFieldElement<T>>
        Parameters:
        newMaxCheck - maximum checking interval (s)
        newThreshold - convergence threshold (s)
        newMaxIter - maximum number of iterations in the event time search
        newHandler - event handler to call at event occurrences
        Returns:
        a new instance of the appropriate sub-type