Modifier and Type | Method and Description |
---|---|
CompartmentType |
CompartmentType.cloneObject()
Creates and returns a deep copy of this
CompartmentType object. |
CompartmentType |
Model.createCompartmentType()
Creates a new
CompartmentType inside this Model and returns it. |
CompartmentType |
ListOfCompartmentTypes.get(long n)
Get a
CompartmentType object from the ListOfCompartmentTypes . |
CompartmentType |
ListOfCompartmentTypes.get(java.lang.String sid)
Get a
CompartmentType object from the ListOfCompartmentTypes
based on its identifier. |
CompartmentType |
Model.getCompartmentType(long n)
Get the nth
CompartmentType object in this Model . |
CompartmentType |
Model.getCompartmentType(java.lang.String sid)
Get a
CompartmentType object based on its identifier. |
CompartmentType |
ListOfCompartmentTypes.remove(long n)
Removes the nth item from this
ListOfCompartmentTypes items
and returns a pointer to it. |
CompartmentType |
ListOfCompartmentTypes.remove(java.lang.String sid)
Removes item in this
ListOfCompartmentTypes items with the given identifier. |
CompartmentType |
Model.removeCompartmentType(long n)
Removes the nth
CompartmentType object from this Model object and
returns a pointer to it. |
CompartmentType |
Model.removeCompartmentType(java.lang.String sid)
Removes the
CompartmentType object with the given identifier from this Model
object and returns a pointer to it. |
Modifier and Type | Method and Description |
---|---|
int |
Model.addCompartmentType(CompartmentType ct)
Adds a copy of the given
CompartmentType object to this Model . |
Constructor and Description |
---|
CompartmentType(CompartmentType orig)
Copy constructor; creates a copy of this
CompartmentType object. |