public abstract class AbstractAlgorithm extends Object implements IAlgorithm
If you want to apply a different initialization method, just override the initializeDescription() method. NOTE: This class is an adapter and it is recommended to extend this.
| Constructor and Description |
|---|
AbstractAlgorithm()
default constructor, calls the initializeDescription() Method
|
AbstractAlgorithm(String wellKnownName)
default constructor, calls the initializeDescription() Method
|
| Modifier and Type | Method and Description |
|---|---|
net.opengis.wps.x100.ProcessDescriptionType |
getDescription() |
String |
getWellKnownName()
Returns some well-known name for the process.
|
protected net.opengis.wps.x100.ProcessDescriptionType |
initializeDescription()
This method should be overwritten, in case you want to have a way of initializing.
|
boolean |
processDescriptionIsValid()
Checks if the processDescription complies to the process itself and fits any schema or other dependencies.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrors, getInputDataType, getOutputDataType, runpublic AbstractAlgorithm()
public AbstractAlgorithm(String wellKnownName)
protected net.opengis.wps.x100.ProcessDescriptionType initializeDescription()
public net.opengis.wps.x100.ProcessDescriptionType getDescription()
getDescription in interface IAlgorithmpublic boolean processDescriptionIsValid()
IAlgorithmprocessDescriptionIsValid in interface IAlgorithmpublic String getWellKnownName()
IAlgorithmgetWellKnownName in interface IAlgorithmCopyright © 2017. All Rights Reserved.