Class AAlgorithmFactory<I,​O,​A extends org.api4.java.algorithm.IAlgorithm<I,​O>>

  • 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>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      I getInput()  
      void setProblemInput​(I problemInput)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.api4.java.algorithm.IAlgorithmFactory

        getAlgorithm, getAlgorithm
    • Constructor Detail

      • AAlgorithmFactory

        public AAlgorithmFactory()
    • Method Detail

      • setProblemInput

        public void setProblemInput​(I problemInput)
      • getInput

        public I getInput()