| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private OctaveEngineFactory |
OctaveEngine.factory |
| Modifier and Type | Method and Description |
|---|---|
OctaveEngineFactory |
OctaveEngine.getFactory() |
| Constructor and Description |
|---|
OctaveEngine(OctaveEngineFactory factory,
int numThreadsReuse,
Writer octaveInputLog,
Writer errorWriter,
String[] cmdArray,
String[] environment,
File workingDir)
Creates an octave engine with the given parameters.
|
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.