| Package | Description |
|---|---|
| eu.simuline.octave.io.impl |
Provides the implementations of the services
specified in
eu.simuline.octave.io.spi;
one for each octave type given in octave via typeinfo. |
| eu.simuline.octave.type |
Contains all octave types which are supported.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) OctaveBoolean |
BooleanSingleReader.createOctaveScalar() |
(package private) OctaveBoolean |
BooleanReader.createOctaveValue(int[] size) |
| Modifier and Type | Method and Description |
|---|---|
Class<OctaveBoolean> |
BooleanWriter.javaType() |
| Modifier and Type | Field and Description |
|---|---|
private static OctaveBoolean |
Octave.FALSE
Constant false of corresponding with octave bool.
|
private static OctaveBoolean |
Octave.TRUE
Constant true of corresponding with octave bool.
|
| Modifier and Type | Method and Description |
|---|---|
static OctaveBoolean |
Octave.bool(boolean b)
Returns java counterparts of octave bools.
|
OctaveBoolean |
OctaveBoolean.shallowCopy() |
| Constructor and Description |
|---|
OctaveBoolean(OctaveBoolean o) |
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.