Uses of Class
eu.simuline.octave.type.OctaveCell
-
Packages that use OctaveCell Package Description 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 OctaveCell in eu.simuline.octave.io.impl
Methods in eu.simuline.octave.io.impl that return OctaveCell Modifier and Type Method Description OctaveCell
CellReader. read(BufferedReader reader)
Methods in eu.simuline.octave.io.impl that return types with arguments of type OctaveCell Modifier and Type Method Description Class<OctaveCell>
CellWriter. javaType()
Methods in eu.simuline.octave.io.impl with parameters of type OctaveCell Modifier and Type Method Description void
CellWriter. write(Writer writer, OctaveCell octaveCell)
-
Uses of OctaveCell in eu.simuline.octave.type
Methods in eu.simuline.octave.type that return OctaveCell Modifier and Type Method Description OctaveCell
OctaveCell. shallowCopy()
-