Uses of Package
eu.simuline.octave
-
Packages that use eu.simuline.octave 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
. -
Classes in eu.simuline.octave used by eu.simuline.octave Class Description OctaveEngine The connection to an octave process.OctaveEngine.ManifestInfo OctaveEngine.NameDesc Describes the meaning of a name, if any.OctaveEngine.NameDesc.Category OctaveEngine.PackageDesc Representation of a package as returned by the octave commandpkg('list')
which returns a cell array of structs with fields reflected by the fields of this class.OctaveEngineFactory Factory that creates OctaveEngines. -
Classes in eu.simuline.octave used by eu.simuline.octave.io.impl Class Description OctaveEngine The connection to an octave process.