Package com.algorithmia.development
Class AbstractAlgorithm<INPUT,OUTPUT>
- java.lang.Object
-
- com.algorithmia.development.AbstractAlgorithm<INPUT,OUTPUT>
-
public abstract class AbstractAlgorithm<INPUT,OUTPUT> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AbstractAlgorithm()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract OUTPUTapply(INPUT input)voidload()
-