Modifier and Type | Method and Description |
---|---|
SpeciesType |
SpeciesType.cloneObject()
Creates and returns a deep copy of this
SpeciesType object. |
SpeciesType |
Model.createSpeciesType()
Creates a new
SpeciesType inside this Model and returns it. |
SpeciesType |
ListOfSpeciesTypes.get(long n)
Get a
SpeciesType from the ListOfSpeciesTypes . |
SpeciesType |
ListOfSpeciesTypes.get(String sid)
Get a
SpeciesType from the ListOfSpeciesTypes
based on its identifier. |
SpeciesType |
Model.getSpeciesType(long n)
Get the nth
SpeciesType object in this Model . |
SpeciesType |
Model.getSpeciesType(String sid)
Get a
SpeciesType object based on its identifier. |
SpeciesType |
ListOfSpeciesTypes.remove(long n)
Removes the nth item from this
ListOfSpeciesTypes items and returns a pointer to
it. |
SpeciesType |
ListOfSpeciesTypes.remove(String sid)
Removes item in this
ListOfSpeciesTypes items with the given identifier. |
SpeciesType |
Model.removeSpeciesType(long n)
Removes the nth
SpeciesType object from this Model object and
returns a pointer to it. |
SpeciesType |
Model.removeSpeciesType(String sid)
Removes the
SpeciesType object with the given identifier from this Model
object and returns a pointer to it. |
Modifier and Type | Method and Description |
---|---|
int |
Model.addSpeciesType(SpeciesType st)
Adds a copy of the given
SpeciesType object to this Model . |
Constructor and Description |
---|
SpeciesType(SpeciesType orig)
Copy constructor; creates a copy of this
SpeciesType . |