public final class OctaveUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
ANS
A variable name not to be listed by
listVars(OctaveEngine). |
private static String |
NARGIN
A variable name not to be listed by
listVars(OctaveEngine). |
private static Random |
RANDOM |
| Modifier | Constructor and Description |
|---|---|
private |
OctaveUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Charset |
getUTF8()
Returns the charset UTF-8 used throughout.
|
static Collection<String> |
listVars(OctaveEngine octave) |
private static int |
nextInt() |
private static String |
randomVarName()
Returns a variable with value not accessible.
|
private static final String NARGIN
listVars(OctaveEngine).private static final String ANS
listVars(OctaveEngine).private static final Random RANDOM
public static Charset getUTF8()
public static Collection<String> listVars(OctaveEngine octave)
octave - private static int nextInt()
private static String randomVarName()
String valueCopyright © 2006–2018 Simuline Organization (l2r). All rights reserved.