Constant Field Values
Contents
eu.simuline.*
-
eu.simuline.octave.OctaveEngine Modifier and Type Constant Field Value private static final String
ANS
"ans"
private static final String
JAVA_FUN
"javaaddpath"
private static final String
NARGIN
"__nargin__"
-
eu.simuline.octave.eu.simuline.octave.OctaveEngine.ManifestInfo Modifier and Type Constant Field Value private static final String
MANIFEST_FILE
"MANIFEST.MF"
private static final String
META_FOLDER
"META-INF/"
-
eu.simuline.octave.OctaveEngineFactory Modifier and Type Constant Field Value public static final String
PROPERTY_EXECUTABLE
"eu.simuline.octave.executable"
-
eu.simuline.octave.TestMetaInfo Modifier and Type Constant Field Value private static final String
CLS_INTERVAL
"infsup"
private static final String
PKG_INTERVAL
"interval"
-
eu.simuline.octave.exec.OctaveExec Modifier and Type Constant Field Value public static final String
MSG_EXE_NH
"ExecutionException should not happen"
public static final String
MSG_IOE_NH
"InterruptedException should not happen"
public static final String
MSG_RTE_NH
"RuntimeException should not happen"
-
eu.simuline.octave.exec.eu.simuline.octave.exec.OctaveReaderCallable Modifier and Type Constant Field Value private static final String
MSG_IOE_CLS
"IOException during close"
private static final String
MSG_IOE_READ
"IOException from ReadFunctor"
-
eu.simuline.octave.exec.eu.simuline.octave.exec.OctaveWriterCallable Modifier and Type Constant Field Value static final String
MSG_IOE_SPACER
"IOException when writing spacer"
static final String
MSG_IOE_WRITE
"IOException from WriteFunctor"
-
eu.simuline.octave.io.eu.simuline.octave.io.DataWriteFunctor Modifier and Type Constant Field Value private static final String
MSG_IOE_UNEXP
"Unexpected IOException"
-
eu.simuline.octave.io.OctaveIO Modifier and Type Constant Field Value private static final String
GLOBAL
"global "
private static final String
NAME
"# name: "
private static final String
TYPE
"# type: "
-
eu.simuline.octave.io.impl.AbstractOctaveStringReader Modifier and Type Constant Field Value private static final String
H_ELEMENTS0
"# elements: 0"
private static final String
H_ELEMENTS1
"# elements: 1"
private static final String
LENGTH
"# length: "
-
eu.simuline.octave.io.impl.eu.simuline.octave.io.impl.AbstractPrimitiveMatrixReader Modifier and Type Constant Field Value protected static final String
NCOLUMNS
"# columns: "
protected static final String
NDIMS
"# ndims: "
protected static final String
NROWS
"# rows: "
-
eu.simuline.octave.io.impl.eu.simuline.octave.io.impl.AbstractPrimitiveMatrixWriter Modifier and Type Constant Field Value protected static final String
NCOLUMNS
"# columns: "
protected static final String
NDIMS
"# ndims: "
protected static final String
NROWS
"# rows: "
-
eu.simuline.octave.io.impl.CellWriter Modifier and Type Constant Field Value static final String
NCOLUMNS
"# columns: "
static final String
NROWS
"# rows: "
static final String
TYPE_CELL
"# type: cell"
-
eu.simuline.octave.io.impl.ComplexMatrixReader Modifier and Type Constant Field Value private static final String
COLUMNS
"# columns: "
private static final String
ROWS
"# rows: "
-
eu.simuline.octave.io.impl.ScalarStructReader Modifier and Type Constant Field Value private static final String
LENGTH
"# length: "
private static final String
N_DIMS2
"# ndims: 2"
private static final String
NAME
"# name: "
private static final String
V_DIMS2
" 1 1"
-
eu.simuline.octave.io.impl.StructReader Modifier and Type Constant Field Value private static final String
N_DIMS2
"# ndims: 2"
private static final String
V_DIMS2
" 1 1"
-
eu.simuline.octave.io.impl.StructWriter Modifier and Type Constant Field Value static final String
LENGTH
"# length: "
static final String
NAME
"# name: "
static final String
TYPE_CELL
"# type: cell"
-
eu.simuline.octave.io.impl.TestIoOctaveSparseBoolean Modifier and Type Constant Field Value private static final String
TEXT_EMPTY
"# name: x\n# type: sparse bool matrix\n# nnz: 0\n# rows: 0\n# columns: 0\n"
private static final String
TEXT_TRUE
"# name: x\n# type: sparse bool matrix\n# nnz: 1\n# rows: 1\n# columns: 1\n1 1 1\n"
-
eu.simuline.octave.type.OctaveSparseBoolean Modifier and Type Constant Field Value private static final int
PRIME
31
-
eu.simuline.octave.type.OctaveString Modifier and Type Constant Field Value private static final int
PRIME
31
-
eu.simuline.octave.type.OctaveStruct Modifier and Type Constant Field Value private static final int
PRIME
31
-
eu.simuline.octave.type.cast.Cast Modifier and Type Constant Field Value private static final int
PRIME
31
-
eu.simuline.octave.type.matrix.AbstractGenericMatrix<D,L extends List<?>> Modifier and Type Constant Field Value private static final int
PRIME
31
-
eu.simuline.octave.util.IOUtils Modifier and Type Constant Field Value private static final int
BUFFER_SIZE
8192