Modifier and Type | Method and Description |
---|---|
SpeciesReferenceGlyph |
SpeciesReferenceGlyph.cloneObject()
Creates and returns a deep copy of this
SpeciesReferenceGlyph . |
SpeciesReferenceGlyph |
ReactionGlyph.createSpeciesReferenceGlyph()
Creates a new
SpeciesReferenceGlyph object, adds it to the end of the
list of species reference objects and returns a reference to the newly
created object. |
SpeciesReferenceGlyph |
Layout.createSpeciesReferenceGlyph()
Creates a new
SpeciesReferenceGlyph for the last ReactionGlyph and
adds it to its list of SpeciesReferenceGlyph objects. |
SpeciesReferenceGlyph |
ListOfSpeciesReferenceGlyphs.get(long n)
Get a
SpeciesReferenceGlyph from the ListOfSpeciesReferenceGlyphs . |
SpeciesReferenceGlyph |
ListOfSpeciesReferenceGlyphs.get(java.lang.String sid)
Get a
SpeciesReferenceGlyph from the ListOfSpeciesReferenceGlyphs
based on its identifier. |
SpeciesReferenceGlyph |
ReactionGlyph.getSpeciesReferenceGlyph(long index)
Returns the species reference glyph with the given index.
|
SpeciesReferenceGlyph |
ListOfSpeciesReferenceGlyphs.remove(long n)
Removes the nth item from this
ListOfSpeciesReferenceGlyphs items and returns a pointer to
it. |
SpeciesReferenceGlyph |
ListOfSpeciesReferenceGlyphs.remove(java.lang.String sid)
Removes item in this
ListOfSpeciesReferenceGlyphs items with the given identifier. |
SpeciesReferenceGlyph |
ReactionGlyph.removeSpeciesReferenceGlyph(long index)
Remove the species reference glyph with the given index.
|
SpeciesReferenceGlyph |
ReactionGlyph.removeSpeciesReferenceGlyph(java.lang.String id)
Remove the species reference glyph with the given
id . |
SpeciesReferenceGlyph |
Layout.removeSpeciesReferenceGlyph(java.lang.String id)
Remove the species reference glyph with the given
id . |
Modifier and Type | Method and Description |
---|---|
int |
ReactionGlyph.addSpeciesReferenceGlyph(SpeciesReferenceGlyph glyph)
Adds a new species reference glyph to the list.
|
Constructor and Description |
---|
SpeciesReferenceGlyph(SpeciesReferenceGlyph source)
Copy constructor.
|