Uses of Class
eu.simuline.octave.type.OctaveStruct
-
Packages that use OctaveStruct 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
.eu.simuline.octave.type Contains all octave types which are supported. -
-
Uses of OctaveStruct in eu.simuline.octave
Constructors in eu.simuline.octave with parameters of type OctaveStruct Constructor Description PackageDesc(OctaveStruct pkg)
Creates a new package description from the given struct. -
Uses of OctaveStruct in eu.simuline.octave.io.impl
Methods in eu.simuline.octave.io.impl that return OctaveStruct Modifier and Type Method Description OctaveStruct
ScalarStructReader. read(BufferedReader reader)
OctaveStruct
StructReader. read(BufferedReader reader)
Methods in eu.simuline.octave.io.impl that return types with arguments of type OctaveStruct Modifier and Type Method Description Class<OctaveStruct>
StructWriter. javaType()
Methods in eu.simuline.octave.io.impl with parameters of type OctaveStruct Modifier and Type Method Description void
StructWriter. write(Writer writer, OctaveStruct octaveStruct)
-
Uses of OctaveStruct in eu.simuline.octave.type
Methods in eu.simuline.octave.type that return OctaveStruct Modifier and Type Method Description OctaveStruct
OctaveStruct. shallowCopy()
-