Modifier and Type | Method and Description |
---|---|
Species |
Species.cloneObject()
Creates and returns a deep copy of this
Species object. |
Species |
Model.createSpecies()
|
Species |
ListOfSpecies.get(long n)
Get a
Species from the ListOfSpecies . |
Species |
ListOfSpecies.get(String sid)
Get a
Species from the ListOfSpecies
based on its identifier. |
Species |
Model.getSpecies(long n)
|
Species |
Model.getSpecies(String sid)
Get a
Species object based on its identifier. |
Species |
ListOfSpecies.remove(long n)
Removes the nth item from this ListOfSpeciess items and returns a pointer to
it.
|
Species |
ListOfSpecies.remove(String sid)
Removes item in this ListOfSpeciess items with the given identifier.
|
Species |
Model.removeSpecies(long n)
|
Species |
Model.removeSpecies(String sid)
|
Modifier and Type | Method and Description |
---|---|
int |
Model.addSpecies(Species s)
|
Constructor and Description |
---|
Species(Species orig)
Copy constructor; creates a copy of this
Species object. |