Interface IFactory<S extends AMemorizedObject>

  • All Known Implementing Classes:
    FactorySolution

    public interface IFactory<S extends AMemorizedObject>
    IFactory
    Version:
    1.0 Sep 27, 2012 MvK: Start implementation
    Author:
    Modest von Korff
    • Method Detail

      • createObject

        S createObject()