Package ai.libs.jaicore.basic.algorithm
Class AAlgorithmFactory<I,O,A extends org.api4.java.algorithm.IAlgorithm<I,O>>
- java.lang.Object
-
- ai.libs.jaicore.basic.algorithm.AAlgorithmFactory<I,O,A>
-
- All Implemented Interfaces:
org.api4.java.algorithm.IAlgorithmFactory<I,O,A>
- Direct Known Subclasses:
LDSRelationComputerFactory
public abstract class AAlgorithmFactory<I,O,A extends org.api4.java.algorithm.IAlgorithm<I,O>> extends java.lang.Object implements org.api4.java.algorithm.IAlgorithmFactory<I,O,A>
-
-
Constructor Summary
Constructors Constructor Description AAlgorithmFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IgetInput()voidsetProblemInput(I problemInput)
-