org.n52.wps.server
Class AbstractTransactionalAlgorithm

java.lang.Object
  extended by org.n52.wps.server.AbstractTransactionalAlgorithm
All Implemented Interfaces:
IAlgorithm
Direct Known Subclasses:
GenericTransactionalAlgorithm

public abstract class AbstractTransactionalAlgorithm
extends java.lang.Object
implements IAlgorithm


Field Summary
protected  java.lang.String algorithmID
           
 
Constructor Summary
AbstractTransactionalAlgorithm(java.lang.String algorithmID)
           
 
Method Summary
 java.lang.String getAlgorithmID()
           
abstract  java.util.HashMap run(net.opengis.wps.x100.ExecuteDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.n52.wps.server.IAlgorithm
getDescription, getErrors, getInputDataType, getOutputDataType, getWellKnownName, processDescriptionIsValid, run
 

Field Detail

algorithmID

protected java.lang.String algorithmID
Constructor Detail

AbstractTransactionalAlgorithm

public AbstractTransactionalAlgorithm(java.lang.String algorithmID)
Method Detail

getAlgorithmID

public java.lang.String getAlgorithmID()

run

public abstract java.util.HashMap run(net.opengis.wps.x100.ExecuteDocument document)


Copyright © 2007-2011 52north.org. All Rights Reserved.