org.n52.wps.server.sextante
Class SextanteProcessRepository
java.lang.Object
org.n52.wps.server.sextante.SextanteProcessRepository
- All Implemented Interfaces:
- IAlgorithmRepository
public class SextanteProcessRepository
- extends java.lang.Object
- implements IAlgorithmRepository
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SextanteProcessRepository
public SextanteProcessRepository()
addAlgorithm
public boolean addAlgorithm(java.lang.Object describeProcess)
containsAlgorithm
public boolean containsAlgorithm(java.lang.String processID)
- Specified by:
containsAlgorithm in interface IAlgorithmRepository
getAlgorithm
public IAlgorithm getAlgorithm(java.lang.String processID,
ExecuteRequest executeRequest)
- Specified by:
getAlgorithm in interface IAlgorithmRepository
getAlgorithmNames
public java.util.Collection<java.lang.String> getAlgorithmNames()
- Specified by:
getAlgorithmNames in interface IAlgorithmRepository
getAlgorithms
public java.util.Collection<IAlgorithm> getAlgorithms()
- Specified by:
getAlgorithms in interface IAlgorithmRepository
removeAlgorithm
public boolean removeAlgorithm(java.lang.Object className)
main
public static void main(java.lang.String[] args)
getProcessDescription
public net.opengis.wps.x100.ProcessDescriptionType getProcessDescription(java.lang.String processID)
- Specified by:
getProcessDescription in interface IAlgorithmRepository
Copyright © 2007-2011 52north.org. All Rights Reserved.