Modifier and Type | Class and Description |
---|---|
class |
ModifierSpeciesReference
A reference to an SBML modifier species.
|
class |
SpeciesReference
A reference to an SBML species in a reaction.
|
Modifier and Type | Method and Description |
---|---|
SimpleSpeciesReference |
ListOfSpeciesReferences.get(long n)
Get a
SpeciesReference from the ListOfSpeciesReferences . |
SimpleSpeciesReference |
ListOfSpeciesReferences.get(java.lang.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(java.lang.String sid)
Removes item in this
ListOfSpeciesReferences items with the given identifier. |
Modifier and Type | Method and Description |
---|---|
static XMLNode |
libsbml.parseLayoutId(SimpleSpeciesReference sr)
Creates an
XMLNode that represents the layoutId annotation of the species reference from the given SpeciesReference object. |
static void |
libsbml.parseSpeciesReferenceAnnotation(XMLNode annotation,
SimpleSpeciesReference sr)
takes an annotation that has been read into the species reference
identifies the id elements and set the id of the species reference
|