Package | Description |
---|---|
messif.objects.extraction |
Support for
object extraction. |
messif.operations |
Generic classes for data manipulatioin and querying operations.
|
messif.operations.query |
Implementation of data querying operations.
|
Constructor and Description |
---|
AlgorithmExtractor(Algorithm algorithm,
java.lang.Class<? extends SingletonQueryOperation> operationClass,
java.lang.String... operationArguments)
Creates a new instance of algorithm extractor.
|
Modifier and Type | Method and Description |
---|---|
SingletonQueryOperation |
SingletonQueryOperation.clone(boolean preserveAnswer) |
Modifier and Type | Method and Description |
---|---|
protected void |
ListingQueryOperation.updateFrom(SingletonQueryOperation operation)
Update the answer of this operation from a
SingletonQueryOperation . |
Modifier and Type | Class and Description |
---|---|
class |
GetObjectByLocatorOperation
This query retrieves from the structure a set of objects given their locators.
|
class |
GetRandomObjectQueryOperation
Operation for retriving a random object.
|