Package | Description |
---|---|
messif.operations |
Generic classes for data manipulatioin and querying operations.
|
messif.operations.query |
Implementation of data querying operations.
|
Modifier and Type | Method and Description |
---|---|
ListingQueryOperation |
ListingQueryOperation.clone(boolean preserveAnswer) |
Modifier and Type | Method and Description |
---|---|
protected void |
ListingQueryOperation.updateFrom(ListingQueryOperation operation)
Update the answer of this operation from a
ListingQueryOperation . |
Modifier and Type | Class and Description |
---|---|
class |
GetAllObjectsQueryOperation
Operation for retrieving all objects locally stored (organized by an algorithm).
|
class |
GetRandomObjectsQueryOperation
Operation for retriving a list of random objects.
|