| 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 and 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(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(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(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 and Description |
|---|---|
org.sbml.jsbml.ListOf<Dimension> |
ArraysSBasePlugin.getListOfDimensions()
Returns the listOfDimensions.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
ArraysSBasePlugin.setListOfDimensions(org.sbml.jsbml.ListOf<Dimension> listOfDimensions)
Sets the given
ListOf<Dimension>. |
| Constructor and Description |
|---|
Dimension(Dimension obj)
Clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
static int |
ArraysMath.getSize(org.sbml.jsbml.Model model,
Dimension dimension)
Gets the size of a Dimension object.
|
| Modifier and Type | Method and Description |
|---|---|
static List<org.sbml.jsbml.SBMLError> |
DimensionValidator.validate(org.sbml.jsbml.Model model,
Dimension dim)
Validates the given
SBase object. |
| Constructor and Description |
|---|
DimensionSizeCheck(org.sbml.jsbml.Model model,
Dimension dim) |
Copyright © 2009–2016. All rights reserved.