Uses of Class
messif.operations.ListingQueryOperation

Packages that use ListingQueryOperation
messif.operations Generic classes for data manipulatioin and querying operations. 
messif.operations.query Implementation of data querying operations. 
 

Uses of ListingQueryOperation in messif.operations
 

Methods in messif.operations that return ListingQueryOperation
 ListingQueryOperation ListingQueryOperation.clone()
          Create a duplicate of this operation.
 

Methods in messif.operations with parameters of type ListingQueryOperation
protected  void ListingQueryOperation.updateFrom(ListingQueryOperation operation)
          Update the answer of this operation from a ListingQueryOperation.
 

Uses of ListingQueryOperation in messif.operations.query
 

Subclasses of ListingQueryOperation in messif.operations.query
 class GetAllObjectsQueryOperation
          Operation for retrieving all objects locally stored (organized by an algorithm).
 class GetRandomObjectsQueryOperation
          Operation for retriving a list of random objects.