org.n52.wps.server.algorithm.intersection
Class IntersectionAlgorithm
java.lang.Object
org.n52.wps.server.AbstractAlgorithm
org.n52.wps.server.AbstractSelfDescribingAlgorithm
org.n52.wps.server.algorithm.intersection.IntersectionAlgorithm
- All Implemented Interfaces:
- IAlgorithm, ISubject
public class IntersectionAlgorithm
- extends AbstractSelfDescribingAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntersectionAlgorithm
public IntersectionAlgorithm()
getErrors
public java.util.List<java.lang.String> getErrors()
- Specified by:
getErrors in interface IAlgorithm- Overrides:
getErrors in class AbstractSelfDescribingAlgorithm
run
public java.util.Map<java.lang.String,IData> run(java.util.Map<java.lang.String,java.util.List<IData>> inputData)
getInputDataType
public java.lang.Class getInputDataType(java.lang.String id)
getOutputDataType
public java.lang.Class getOutputDataType(java.lang.String id)
getInputIdentifiers
public java.util.List<java.lang.String> getInputIdentifiers()
- Specified by:
getInputIdentifiers in class AbstractSelfDescribingAlgorithm
getOutputIdentifiers
public java.util.List<java.lang.String> getOutputIdentifiers()
- Specified by:
getOutputIdentifiers in class AbstractSelfDescribingAlgorithm
Copyright © 2007-2011 52north.org. All Rights Reserved.