Class GcubeAlgorithmRepository
- java.lang.Object
-
- org.gcube.data.analysis.wps.repository.GcubeAlgorithmRepository
-
- All Implemented Interfaces:
org.n52.wps.server.IAlgorithmRepository
public class GcubeAlgorithmRepository extends Object implements org.n52.wps.server.IAlgorithmRepository
-
-
Constructor Summary
Constructors Constructor Description GcubeAlgorithmRepository()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsAlgorithm(String identifier)org.n52.wps.server.IAlgorithmgetAlgorithm(String identifier)Collection<String>getAlgorithmNames()static Set<Class<?>>getAllAlgorithms()net.opengis.wps.x100.ProcessDescriptionTypegetProcessDescription(String identifier)static AlgorithmUpdatergetUpdater()static booleansetUpdater(AlgorithmUpdater au)voidshutdown()
-
-
-
Method Detail
-
getProcessDescription
public net.opengis.wps.x100.ProcessDescriptionType getProcessDescription(String identifier)
- Specified by:
getProcessDescriptionin interfaceorg.n52.wps.server.IAlgorithmRepository
-
containsAlgorithm
public boolean containsAlgorithm(String identifier)
- Specified by:
containsAlgorithmin interfaceorg.n52.wps.server.IAlgorithmRepository
-
getAlgorithm
public org.n52.wps.server.IAlgorithm getAlgorithm(String identifier)
- Specified by:
getAlgorithmin interfaceorg.n52.wps.server.IAlgorithmRepository
-
getAlgorithmNames
public Collection<String> getAlgorithmNames()
- Specified by:
getAlgorithmNamesin interfaceorg.n52.wps.server.IAlgorithmRepository
-
shutdown
public void shutdown()
- Specified by:
shutdownin interfaceorg.n52.wps.server.IAlgorithmRepository
-
setUpdater
public static boolean setUpdater(AlgorithmUpdater au)
-
getUpdater
public static AlgorithmUpdater getUpdater()
-
-