| 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 |
|---|---|
Index |
Index.clone()
clones this class
|
Index |
ArraysSBasePlugin.createIndex()
Creates a new Index element and adds it to the listOfIndices list.
|
Index |
ArraysSBasePlugin.getIndex(int i)
Gets an element from the listOfIndices at the given index.
|
Index |
ArraysSBasePlugin.getIndex(int dim,
String attribute)
Gets an element from the listOfIndices based on array dimension
and referenced attribute.
|
Index |
ArraysSBasePlugin.removeIndex(int i)
Removes an element from the listOfIndices at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
ListOf<Index> |
ArraysSBasePlugin.getListOfIndices()
Returns the listOfIndices.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArraysSBasePlugin.addIndex(Index field)
Adds a new
Index to the listOfIndices. |
boolean |
ArraysSBasePlugin.removeIndex(Index field)
Removes an element from the listOfIndices.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArraysSBasePlugin.setListOfIndices(ListOf<Index> listOfIndices)
Sets the given
ListOf<Index>. |
| Constructor and Description |
|---|
Index(Index obj)
Clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ArraysMath.evaluateIndexBounds(Model model,
Index index)
Checks if the index math does not go out of bounds.
|
static boolean |
ArraysMath.isStaticallyComputable(Model model,
Index index)
Determines whether a
MathContainer object is statically computable. |
| Modifier and Type | Method and Description |
|---|---|
static List<SBMLError> |
IndexValidator.validate(Model model,
Index index)
Validates the given
SBase object. |
| Constructor and Description |
|---|
IndexAttributesCheck(Model model,
Index index) |
Copyright © 2009–2017. All rights reserved.