Documentation of 'org.matheclipse.core.basic.Util' Java class
Util
org.matheclipse.core.basic

Class Util



  • public class Util
    extends java.lang.Object
    Utility class; checks, if the current math calculation thread was stopped (i.e. Thread.currentThread().isInterrupted()
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static boolean TIME_CONSTRAINED_EVALUATION
      COMPILER switch - set this boolean variable true, if you would like to use the TimeConstrainedEvaluator (for example in a web environment (i.e.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Util() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void checkCanceled()
      Check if the current calculation thread was stopped.
      This is mainly caused by exceeding calculation time limits.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TIME_CONSTRAINED_EVALUATION

        public static final boolean TIME_CONSTRAINED_EVALUATION
        COMPILER switch - set this boolean variable true, if you would like to use the TimeConstrainedEvaluator (for example in a web environment (i.e. tomcat...) )
        See Also:
        TimeConstrainedEvaluator, Constant Field Values
    • Constructor Detail

      • Util

        public Util()
    • Method Detail

      • checkCanceled

        public static final void checkCanceled()
        Check if the current calculation thread was stopped.
        This is mainly caused by exceeding calculation time limits.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.