public interface AlgorithmSourceBackend extends Backend<AlgorithmSourceBackendUpdatedEvent>
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
readAlgorithm(String id,
Algorithms algorithms)
Reads an algorithm from this backend.
|
void |
readAlgorithms(Algorithms algorithms)
Read the available algorithms.
|
addBackendListener, close, getConfigurationsId, getDisplayName, getId, initialize, removeBackendListener, setEventListenersAlgorithm readAlgorithm(String id, Algorithms algorithms) throws AlgorithmSourceReadException
id - an algorithm id String.algorithms - an Algorithms object.Algorithm object or null if an
algorithm with the given id was not found.AlgorithmSourceReadException - when an error occurs reading the specified
algorithm.void readAlgorithms(Algorithms algorithms) throws AlgorithmSourceReadException
algorithms - an Algorithms object.AlgorithmSourceReadException - when an error occurs reading an algorithm.Copyright © 2012–2018 Emory University. All rights reserved.