| Package | Description |
|---|---|
| eu.simuline.octave |
This implementation follows the interface in:
http://java.sun.com/javase/6/docs/api/javax/script/package-summary.html
It does not implement it as the code has to work on Java 5.0.
|
| eu.simuline.octave.io.impl |
Provides the implementations of the services
specified in
eu.simuline.octave.io.spi;
one for each octave type given in octave via typeinfo. |
| Modifier and Type | Field and Description |
|---|---|
private OctaveEngine |
TestOctave.DestroyThread.octave |
| Modifier and Type | Method and Description |
|---|---|
OctaveEngine |
OctaveEngineFactory.getScriptEngine()
Returns a script engine with the parameters set for this factory.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
OctaveUtils.listVars(OctaveEngine octave) |
| Constructor and Description |
|---|
DestroyThread(OctaveEngine octave) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
TestIoOctaveSqString.read(OctaveEngine octave,
String input,
String expected) |
private static void |
TestIoOctaveString.read(OctaveEngine octave,
String input,
String expected) |
private static void |
TestIoOctaveString.roundtrip(OctaveEngine octave,
OctaveObject octaveObject) |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.