Uses of Class
eu.simuline.octave.OctaveEngine
-
Packages that use OctaveEngine Package Description eu.simuline.octave Package provides a factory classOctaveEngineFactory
to create anOctaveEngine
which represents an octave process.eu.simuline.octave.io.impl Provides the implementations of the services specified ineu.simuline.octave.io.spi
; one for each octave type given in octave viatypeinfo
. -
-
Uses of OctaveEngine in eu.simuline.octave
Fields in eu.simuline.octave declared as OctaveEngine Modifier and Type Field Description private OctaveEngine
TestOctave.DestroyThread. octave
Methods in eu.simuline.octave that return OctaveEngine Modifier and Type Method Description OctaveEngine
OctaveEngineFactory. getScriptEngine()
Returns a script engine with the parameters set for this factory.Methods in eu.simuline.octave with parameters of type OctaveEngine Modifier and Type Method Description static Collection<String>
OctaveUtils. listVars(OctaveEngine octave)
Deprecated.usegetVarNames()
instead.Constructors in eu.simuline.octave with parameters of type OctaveEngine Constructor Description DestroyThread(OctaveEngine octave)
-
Uses of OctaveEngine in eu.simuline.octave.io.impl
Methods in eu.simuline.octave.io.impl with parameters of type OctaveEngine Modifier and Type Method 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)
-