Modifier and Type | Class and Description |
---|---|
class |
ModifierSpeciesReference
Implementation of SBML's ModifierSpeciesReference construct.
|
class |
SpeciesReference
Implementation of SBML's SpeciesReference construct.
|
Modifier and Type | Method and Description |
---|---|
SimpleSpeciesReference |
ListOfSpeciesReferences.get(long n)
Get a
SpeciesReference from the ListOfSpeciesReferences . |
SimpleSpeciesReference |
ListOfSpeciesReferences.get(String sid)
Get a
SpeciesReference from the ListOfSpeciesReferences
based on its identifier. |
SimpleSpeciesReference |
ListOfSpeciesReferences.remove(long n)
Removes the nth item from this
ListOfSpeciesReferences items and returns a pointer to
it. |
SimpleSpeciesReference |
ListOfSpeciesReferences.remove(String sid)
Removes item in this
ListOfSpeciesReferences items with the given identifier. |
Modifier and Type | Method and Description |
---|---|
static XMLNode |
libsbml.parseLayoutId(SimpleSpeciesReference sr) |
static void |
libsbml.parseSpeciesReferenceAnnotation(XMLNode annotation,
SimpleSpeciesReference sr) |