| 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.exec |
Classes related with executing octave.
|
| eu.simuline.octave.io |
Explanation missing
|
| Modifier and Type | Method and Description |
|---|---|
private ReadFunctor |
OctaveEngine.getReadFunctor()
Returns the according read functor:
If
OctaveEngine.writer is non-null,
wrap it into a WriterReadFunctor. |
| Modifier and Type | Class and Description |
|---|---|
class |
WriterReadFunctor
Reads all from the reader and writes it to the writer.
|
| Modifier and Type | Field and Description |
|---|---|
private ReadFunctor |
OctaveReaderCallable.readFunctor |
| Modifier and Type | Method and Description |
|---|---|
void |
OctaveExec.evalRW(WriteFunctor input,
ReadFunctor output)
Passes
input to octave
and get back output. |
| Constructor and Description |
|---|
OctaveReaderCallable(BufferedReader processReader,
ReadFunctor readFunctor,
String spacer) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DataReadFunctor
Functor that reads a single variable named
DataReadFunctor.name
into DataReadFunctor.data via DataReadFunctor.doReads(Reader). |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.