public class Config
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BIGINTEGER_MAX_SIZE
Maximum size of the BigInteger words in server mode.
|
static int |
COMPLEX_MAX_POOL_SIZE
Maximum size of the ComplexImpl pools in server mode.
|
static boolean |
DEBUG
Switch debug mode on/off
|
static double |
DEFAULT_ROOTS_CHOP_DELTA
Replace
double values in root algorithms by 0 if they are
below this tolerance. |
static double |
DOUBLE_EPSILON
|
static int |
DOUBLE_MAX_POOL_SIZE
Maximum size of the DoubleImpl pools in server mode.
|
static double |
DOUBLE_TOLERANCE
The double tolerance used for comparisons.
|
static int |
DOUBLECOMPLEX_MAX_POOL_SIZE
Maximum size of the DoubleComplexImpl pools in server mode.
|
static int |
FASTTABLE_MAX_SIZE
Maximum size of the FastTable entries in server mode.
|
static long |
FOREVER
The time in milliseconds an evaluation thread should run.
|
static int |
FRACTION_MAX_POOL_SIZE
Maximum size of the FractionImpl pools in server mode.
|
static int |
INTEGER_MAX_POOL_SIZE
Maximum size of the IntegerImpl pools in server mode.
|
static boolean |
JAS_NO_THREADS
Flag for thread usage.
|
static int |
MAX_DOUBLE_MATRIX_SIZE
Maximum size of the double matrix's in server mode.
|
static int |
MAX_DOUBLE_VECTOR_SIZE
Maximum size of the double vector's in server mode.
|
static boolean |
PARSER_USE_LOWERCASE_SYMBOLS
If
true the parser doesn't distinguish between lower- or
uppercase symbols (i.e. constants, function names,...) |
static int |
PATTERN_MAX_POOL_SIZE
Maximum size of the PatternImpl pools in server mode.
|
static boolean |
RUBI_CONVERT_SYMBOLS
Used to parse Rubi files.
|
static boolean |
SERIALIZE_SYMBOLS
Used to serialize the internal Rubi rules or the
org.matheclipse.core.reflection.system.rules classes to a
file. |
static boolean |
SERVER_MODE
true if the engine is started by a servletIn 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 |
static boolean |
SHOW_CONSOLE
Show the console output, if an expression has a head symbol with
attribute
ISymbol.CONSOLE_OUTPUT . |
static boolean |
SHOW_PATTERN_EVAL_STEPS
Show the pattern-matching evaluation steps in the console output.
|
static java.util.Set<ISymbol> |
SHOW_PATTERN_SYMBOL_STEPS |
static boolean |
SHOW_STACKTRACE
Show the stack trace, if an exception is thrown in evaluation
|
static int |
STRING_MAX_POOL_SIZE
Maximum size of the StringImpl pools in server mode.
|
static int |
STRING_MAX_SIZE
Maximum length of the StringImpl's
String in server
mode. |
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 |
static long |
TIME_CONSTRAINED_MILLISECONDS
The time in milliseconds an evaluation thread should run.
|
static long |
TIME_CONSTRAINED_SLEEP_MILLISECONDS
The time in milliseconds an evaluation thread should sleep until
Thread#stop() will be called. |
Constructor and Description |
---|
Config() |
public static boolean SWING_PLOT_FRAME
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
public static long TIME_CONSTRAINED_MILLISECONDS
public static final long FOREVER
public static final long TIME_CONSTRAINED_SLEEP_MILLISECONDS
Thread#stop()
will be called.public static final boolean DEBUG
public static final boolean SHOW_STACKTRACE
public static final boolean SHOW_CONSOLE
ISymbol.CONSOLE_OUTPUT
.public static final boolean SHOW_PATTERN_EVAL_STEPS
public static final java.util.Set<ISymbol> SHOW_PATTERN_SYMBOL_STEPS
public static boolean PARSER_USE_LOWERCASE_SYMBOLS
true
the parser doesn't distinguish between lower- or
uppercase symbols (i.e. constants, function names,...)public static boolean RUBI_CONVERT_SYMBOLS
public static boolean SERIALIZE_SYMBOLS
org.matheclipse.core.reflection.system.rules
classes to a
file.public static boolean SERVER_MODE
true
if the engine is started by a servlettrue
in the initialization of a
servletpublic static double DOUBLE_EPSILON
public static final double DOUBLE_TOLERANCE
public static final double DEFAULT_ROOTS_CHOP_DELTA
double
values in root algorithms by 0 if they are
below this tolerance.public static int BIGINTEGER_MAX_SIZE
apache.harmony.math.BigInteger
public static int FASTTABLE_MAX_SIZE
javolution.util.FastTable
public static int STRING_MAX_SIZE
String
in server
mode.org.matheclipse.core.expression.Expression
public static int INTEGER_MAX_POOL_SIZE
org.matheclipse.core.expression.Expression
public static int FRACTION_MAX_POOL_SIZE
org.matheclipse.core.expression.Expression
public static int COMPLEX_MAX_POOL_SIZE
org.matheclipse.core.expression.Expression
public static int DOUBLE_MAX_POOL_SIZE
org.matheclipse.core.expression.Expression
public static int DOUBLECOMPLEX_MAX_POOL_SIZE
org.matheclipse.core.expression.Expression
public static int PATTERN_MAX_POOL_SIZE
org.matheclipse.core.expression.Expression
public static int STRING_MAX_POOL_SIZE
org.matheclipse.core.expression.Expression
public static int MAX_DOUBLE_VECTOR_SIZE
org.matheclipse.core.basic.Alloc
public static int MAX_DOUBLE_MATRIX_SIZE
org.matheclipse.core.basic.Alloc
public static boolean JAS_NO_THREADS
GCDFactory.getProxy(edu.jas.structure.RingFactory)