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

Class Config



  • public class Config
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      Config() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SWING_PLOT_FRAME

        public static boolean SWING_PLOT_FRAME
        COMPILER switch - set this boolean variable to true, if you would force a direct plot frame creation from the Plot[], Plot3D[] and ParametricPlot[] functions On the server this switch should be set to false
      • TIME_CONSTRAINED_MILLISECONDS

        public static long TIME_CONSTRAINED_MILLISECONDS
        The time in milliseconds an evaluation thread should run.
        0 => forever
      • FOREVER

        public static final long FOREVER
        The time in milliseconds an evaluation thread should run.
        0 => forever
        See Also:
        Constant Field Values
      • TIME_CONSTRAINED_SLEEP_MILLISECONDS

        public static final long TIME_CONSTRAINED_SLEEP_MILLISECONDS
        The time in milliseconds an evaluation thread should sleep until Thread#stop() will be called.
        See Also:
        Constant Field Values
      • SHOW_STACKTRACE

        public static final boolean SHOW_STACKTRACE
        Show the stack trace, if an exception is thrown in evaluation
        See Also:
        Constant Field Values
      • SHOW_CONSOLE

        public static final boolean SHOW_CONSOLE
        Show the console output, if an expression has a head symbol with attribute ISymbol.CONSOLE_OUTPUT.
        See Also:
        Constant Field Values
      • SHOW_PATTERN_EVAL_STEPS

        public static final boolean SHOW_PATTERN_EVAL_STEPS
        Show the pattern-matching evaluation steps in the console output.
        See Also:
        Constant Field Values
      • SHOW_PATTERN_SYMBOL_STEPS

        public static final java.util.Set<ISymbol> SHOW_PATTERN_SYMBOL_STEPS
      • PARSER_USE_LOWERCASE_SYMBOLS

        public static boolean PARSER_USE_LOWERCASE_SYMBOLS
        If true the parser don't distinguish between lower- or uppercase symbols (i.e. constants, function names,...)
      • SERVER_MODE

        public static boolean SERVER_MODE
        true if the engine is started by a servlet
        In server mode the user can only assign values to variables with prefix '$'

        SERVER_MODE should be set to true in the initialization of a servlet
      • DOUBLE_TOLERANCE

        public static final double DOUBLE_TOLERANCE
        The double tolerance used for comparisons.
      • BIGINTEGER_MAX_SIZE

        public static int BIGINTEGER_MAX_SIZE
        Maximum size of the BigInteger words in server mode.
        See Also:
        apache.harmony.math.BigInteger
      • FASTTABLE_MAX_SIZE

        public static int FASTTABLE_MAX_SIZE
        Maximum size of the FastTable entries in server mode.
        See Also:
        FastTable
      • STRING_MAX_SIZE

        public static int STRING_MAX_SIZE
        Maximum length of the StringImpl's String in server mode.
        See Also:
        org.matheclipse.core.expression.Expression
      • AST_MAX_POOL_SIZE

        public static int AST_MAX_POOL_SIZE
        Maximum size of the AST pools in server mode.
        See Also:
        AST
      • INTEGER_MAX_POOL_SIZE

        public static int INTEGER_MAX_POOL_SIZE
        Maximum size of the IntegerImpl pools in server mode.
        See Also:
        org.matheclipse.core.expression.Expression
      • FRACTION_MAX_POOL_SIZE

        public static int FRACTION_MAX_POOL_SIZE
        Maximum size of the FractionImpl pools in server mode.
        See Also:
        org.matheclipse.core.expression.Expression
      • COMPLEX_MAX_POOL_SIZE

        public static int COMPLEX_MAX_POOL_SIZE
        Maximum size of the ComplexImpl pools in server mode.
        See Also:
        org.matheclipse.core.expression.Expression
      • DOUBLE_MAX_POOL_SIZE

        public static int DOUBLE_MAX_POOL_SIZE
        Maximum size of the DoubleImpl pools in server mode.
        See Also:
        org.matheclipse.core.expression.Expression
      • DOUBLECOMPLEX_MAX_POOL_SIZE

        public static int DOUBLECOMPLEX_MAX_POOL_SIZE
        Maximum size of the DoubleComplexImpl pools in server mode.
        See Also:
        org.matheclipse.core.expression.Expression
      • PATTERN_MAX_POOL_SIZE

        public static int PATTERN_MAX_POOL_SIZE
        Maximum size of the PatternImpl pools in server mode.
        See Also:
        org.matheclipse.core.expression.Expression
      • STRING_MAX_POOL_SIZE

        public static int STRING_MAX_POOL_SIZE
        Maximum size of the StringImpl pools in server mode.
        See Also:
        org.matheclipse.core.expression.Expression
      • MAX_DOUBLE_VECTOR_SIZE

        public static int MAX_DOUBLE_VECTOR_SIZE
        Maximum size of the double vector's in server mode.
        See Also:
        Alloc
      • MAX_DOUBLE_MATRIX_SIZE

        public static int MAX_DOUBLE_MATRIX_SIZE
        Maximum size of the double matrix's in server mode.
        See Also:
        Alloc
    • Constructor Detail

      • Config

        public Config()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.