|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgorithmMethodException | |
---|---|
messif.algorithms | Search algorithms base classes. |
Uses of AlgorithmMethodException in messif.algorithms |
---|
Methods in messif.algorithms that throw AlgorithmMethodException | ||
---|---|---|
protected void |
Algorithm.execute(boolean addTimeStatistic,
java.lang.Object... params)
Execute operation with additional parameters. |
|
|
Algorithm.executeOperation(T operation)
Execute operation on this algorithm. |
|
|
Algorithm.getQueryAnswer(java.lang.Class<? extends QueryOperation<? extends T>> operationClass,
java.lang.Object... arguments)
Execute query operation on this algorithm and return the answer. |
|
|
Algorithm.getQueryAnswer(QueryOperation<? extends T> operation)
Execute query operation on this algorithm and return the answer. |
|
java.util.List<AbstractOperation> |
Algorithm.waitBackgroundExecuteOperation()
Wait for all operations executed on background to finish. |
|
|
Algorithm.waitBackgroundExecuteOperation(java.lang.Class<E> argClass)
Wait for all operations executed on background to finish. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |