Modifier and Type | Method and Description |
---|---|
Deletion |
Submodel.createDeletion() |
Deletion |
ListOfDeletions.get(String sid)
Get an item from the list based on its identifier.
|
Deletion |
Submodel.getDeletion(long n) |
Deletion |
Submodel.getDeletion(String id) |
Deletion |
ListOfDeletions.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
Deletion |
Submodel.removeDeletion(long index) |
Deletion |
Submodel.removeDeletion(String sid) |
Modifier and Type | Method and Description |
---|---|
int |
Submodel.addDeletion(Deletion deletion) |
Constructor and Description |
---|
Deletion(Deletion source) |