| Package | Description |
|---|---|
| org.sbml.jsbml.ext.arrays | |
| org.sbml.jsbml.ext.arrays.util | |
| org.sbml.jsbml.ext.arrays.validator | |
| org.sbml.jsbml.ext.arrays.validator.constraints |
| Modifier and Type | Method | Description |
|---|---|---|
Dimension |
Dimension.clone() |
clones this class
|
Dimension |
ArraysSBasePlugin.createDimension() |
Creates a new Dimension element and adds it to the ListOfDimensions list.
|
Dimension |
ArraysSBasePlugin.createDimension(java.lang.String id) |
Creates a new
Dimension element and adds it to the ListOfDimensions list. |
Dimension |
ArraysSBasePlugin.getDimension(int i) |
Gets an element from the listOfDimensions at the given index.
|
Dimension |
ArraysSBasePlugin.getDimension(java.lang.String fieldId) |
Gets an element from the listOfDimensions, with the given id.
|
Dimension |
ArraysSBasePlugin.getDimensionByArrayDimension(int i) |
Gets an element from the listOfDimensions at the given arrayDimension.
|
Dimension |
ArraysSBasePlugin.removeDimension(int i) |
Removes an element from the listOfDimensions at the given index.
|
Dimension |
ArraysSBasePlugin.removeDimension(java.lang.String fieldId) |
Removes an element from the listOfDimensions.
|
Dimension |
ArraysSBasePlugin.removeDimensionByArrayDimension(int arrayDim) |
Removes an element from the listOfDimensions by array dimension.
|
| Modifier and Type | Method | Description |
|---|---|---|
org.sbml.jsbml.ListOf<Dimension> |
ArraysSBasePlugin.getListOfDimensions() |
Returns the listOfDimensions.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
ArraysSBasePlugin.addDimension(Dimension field) |
Adds a new
Dimension to the listOfDimensions. |
boolean |
ArraysSBasePlugin.removeDimension(Dimension field) |
Removes an element from the listOfDimensions.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ArraysSBasePlugin.setListOfDimensions(org.sbml.jsbml.ListOf<Dimension> listOfDimensions) |
Sets the given
ListOf<Dimension>. |
| Constructor | Description |
|---|---|
Dimension(Dimension obj) |
Clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
static int |
ArraysMath.getSize(org.sbml.jsbml.Model model,
Dimension dimension) |
Gets the size of a Dimension object.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<org.sbml.jsbml.SBMLError> |
DimensionValidator.validate(org.sbml.jsbml.Model model,
Dimension dim) |
Validates the given
SBase object. |
| Constructor | Description |
|---|---|
DimensionSizeCheck(org.sbml.jsbml.Model model,
Dimension dim) |
Copyright © 2009–2022. All rights reserved.