public class GcubeAlgorithmRepository extends Object implements org.n52.wps.server.IAlgorithmRepository
| Constructor and Description |
|---|
GcubeAlgorithmRepository() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAlgorithm(String identifier) |
org.n52.wps.server.IAlgorithm |
getAlgorithm(String identifier) |
Collection<String> |
getAlgorithmNames() |
static Set<Class<?>> |
getAllAlgorithms() |
net.opengis.wps.x100.ProcessDescriptionType |
getProcessDescription(String identifier) |
static AlgorithmUpdater |
getUpdater() |
static boolean |
setUpdater(AlgorithmUpdater au) |
void |
shutdown() |
public net.opengis.wps.x100.ProcessDescriptionType getProcessDescription(String identifier)
getProcessDescription in interface org.n52.wps.server.IAlgorithmRepositorypublic boolean containsAlgorithm(String identifier)
containsAlgorithm in interface org.n52.wps.server.IAlgorithmRepositorypublic org.n52.wps.server.IAlgorithm getAlgorithm(String identifier)
getAlgorithm in interface org.n52.wps.server.IAlgorithmRepositorypublic Collection<String> getAlgorithmNames()
getAlgorithmNames in interface org.n52.wps.server.IAlgorithmRepositorypublic void shutdown()
shutdown in interface org.n52.wps.server.IAlgorithmRepositorypublic static boolean setUpdater(AlgorithmUpdater au)
public static AlgorithmUpdater getUpdater()
Copyright © 2024. All rights reserved.