Uses of Class
messif.algorithms.AlgorithmMethodException

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.
<T extends AbstractOperation>
T
Algorithm.executeOperation(T operation)
          Execute operation on this algorithm.
<T> java.util.Iterator<? extends T>
Algorithm.getQueryAnswer(java.lang.Class<? extends QueryOperation<? extends T>> operationClass, java.lang.Object... arguments)
          Execute query operation on this algorithm and return the answer.
<T> java.util.Iterator<? extends T>
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.
<E extends AbstractOperation>
java.util.List<E>
Algorithm.waitBackgroundExecuteOperation(java.lang.Class<E> argClass)
          Wait for all operations executed on background to finish.