Interface AlgorithmBuilder<A extends Algorithm<?>>

All Known Implementing Classes:
ArtificiallDecisionMakerBuilder

public interface AlgorithmBuilder<A extends Algorithm<?>>
Interface representing algorithm builders
Author:
Antonio J. Nebro <antonio@lcc.uma.es>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • build

      A build()