| Package | Description |
|---|---|
| org.xmlcml.stml |
| Modifier and Type | Method and Description |
|---|---|
STMLScalar |
STMLArray.getElementAt(int i) |
STMLScalar |
STMLScalar.plus(STMLScalar scalar)
add a scalar to this..
|
STMLScalar |
STMLScalar.subtract(STMLScalar scalar)
subtract an scalar from this..
|
| Modifier and Type | Method and Description |
|---|---|
void |
STMLArray.append(STMLScalar scalar) |
STMLArray |
STMLArray.createEmptyArray(STMLScalar scalar)
creates array of type comptatible with scalar can be used to add
subsequently scalar contents to array does NOT add scalar contents
typical use:
|
STMLScalar |
STMLScalar.plus(STMLScalar scalar)
add a scalar to this..
|
void |
STMLScalar.plusEquals(STMLScalar scalar)
subtract an scalar from this..
|
STMLScalar |
STMLScalar.subtract(STMLScalar scalar)
subtract an scalar from this..
|
void |
STMLScalar.subtractEquals(STMLScalar scalar)
subtract an scalar from this..
|
| Modifier and Type | Method and Description |
|---|---|
static STMLArray |
STMLArray.createArray(List<STMLScalar> scalarList) |
| Constructor and Description |
|---|
STMLScalar(STMLScalar old)
constructor.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.