org.matheclipse.core.basic
Class Util
- java.lang.Object
-
- org.matheclipse.core.basic.Util
-
public class Util extends java.lang.ObjectUtility 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 booleanTIME_CONSTRAINED_EVALUATIONCOMPILER switch - set this boolean variabletrue, 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 voidcheckCanceled()Check if the current calculation thread was stopped.
This is mainly caused by exceeding calculation time limits.
-
-
-
Field Detail
-
TIME_CONSTRAINED_EVALUATION
public static final boolean TIME_CONSTRAINED_EVALUATION
COMPILER switch - set this boolean variabletrue, if you would like to use the TimeConstrainedEvaluator (for example in a web environment (i.e. tomcat...) )- See Also:
TimeConstrainedEvaluator, Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG