| Package | Description |
|---|---|
| org.xmlcml.stml |
| Modifier and Type | Method and Description |
|---|---|
static STMLArray |
STMLArray.createArray(List<STMLScalar> scalarList) |
static STMLArray |
STMLArray.createArrayWithAttributes(HasDataType hasDataType) |
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:
|
STMLArray |
STMLArray.createSubArray(int start,
int end)
creates a new array formed from a subset of the current array
|
STMLArray |
STMLArray.plus(STMLArray array)
add an array to this..
|
STMLArray |
STMLArray.subtract(STMLArray array)
subtract an array from this..
|
| Modifier and Type | Method and Description |
|---|---|
static List<STMLArray> |
STMLArray.extractArrays(List<nu.xom.Element> elements)
makes a list of STMLArrays
|
| Modifier and Type | Method and Description |
|---|---|
void |
STMLArray.append(STMLArray array) |
void |
STMLArray.checkNumericConformability(STMLArray array)
can two arrays be used for arithmetic.
|
STMLArray |
STMLArray.plus(STMLArray array)
add an array to this..
|
STMLArray |
STMLArray.subtract(STMLArray array)
subtract an array from this..
|
| Constructor and Description |
|---|
STMLArray(STMLArray old)
constructor.
|
Copyright © 1994–2024 Peter Murray-Rust. All rights reserved.