Modifier and Type | Method and Description |
---|---|
Deletion |
Submodel.createDeletion()
Creates a
Deletion object, adds it to the end of the
deletion objects list and returns a pointer to the newly
created object. |
Deletion |
ListOfDeletions.get(java.lang.String sid)
Get a
Deletion from the ListOfDeletions
based on its identifier. |
Deletion |
Submodel.getDeletion(long n)
Returns the deletion with the given index.
|
Deletion |
Submodel.getDeletion(java.lang.String id)
Returns the deletion with the given
id . |
Deletion |
ListOfDeletions.remove(java.lang.String sid)
Removes an item from this
ListOfDeletions items based on its identifier
and returns a pointer to it. |
Deletion |
Submodel.removeDeletion(long index)
Removes the deletion with the given index from the
Submodel . |
Deletion |
Submodel.removeDeletion(java.lang.String sid)
Removes the deletion with the given identifier from the
Submodel . |
Modifier and Type | Method and Description |
---|---|
int |
Submodel.addDeletion(Deletion deletion)
Adds a copy of the given
Deletion object to the list of deletions. |
Constructor and Description |
---|
Deletion(Deletion source)
Copy constructor.
|