Modifier and Type | Method and Description |
---|---|
SpeciesReferenceGlyph |
SpeciesReferenceGlyph.cloneObject()
Creates and returns a deep copy of this
SBase object. |
SpeciesReferenceGlyph |
Layout.createSpeciesReferenceGlyph() |
SpeciesReferenceGlyph |
ReactionGlyph.createSpeciesReferenceGlyph() |
SpeciesReferenceGlyph |
ListOfSpeciesReferenceGlyphs.get(long n)
Get an item from the list.
|
SpeciesReferenceGlyph |
ListOfSpeciesReferenceGlyphs.get(String sid)
Get an item from the list based on its identifier.
|
SpeciesReferenceGlyph |
ReactionGlyph.getSpeciesReferenceGlyph(long index) |
SpeciesReferenceGlyph |
ListOfSpeciesReferenceGlyphs.remove(long n)
Removes the nth item from this
ListOf items and returns a
pointer to it. |
SpeciesReferenceGlyph |
ListOfSpeciesReferenceGlyphs.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
SpeciesReferenceGlyph |
ReactionGlyph.removeSpeciesReferenceGlyph(long index) |
SpeciesReferenceGlyph |
Layout.removeSpeciesReferenceGlyph(String id) |
SpeciesReferenceGlyph |
ReactionGlyph.removeSpeciesReferenceGlyph(String id) |
Modifier and Type | Method and Description |
---|---|
void |
ReactionGlyph.addSpeciesReferenceGlyph(SpeciesReferenceGlyph glyph) |
Constructor and Description |
---|
SpeciesReferenceGlyph(SpeciesReferenceGlyph source) |