Uses of Class
eu.simuline.octave.OctaveEngine.NameDesc
-
Packages that use OctaveEngine.NameDesc Package Description eu.simuline.octave Package provides a factory classOctaveEngineFactory
to create anOctaveEngine
which represents an octave process. -
-
Uses of OctaveEngine.NameDesc in eu.simuline.octave
Methods in eu.simuline.octave that return OctaveEngine.NameDesc Modifier and Type Method Description OctaveEngine.NameDesc
OctaveEngine. getDescForName(String name)
Returns the description tied to the namename
in a way, the command 'which' does in octave.
-