Interface IFactory<S extends AMemorizedObject>

  • All Known Implementing Classes:
    FactorySolution

    public interface IFactory<S extends AMemorizedObject>
    IFactory

    Copyright: Actelion Ltd., Inc. All Rights Reserved This software is the proprietary information of Actelion Pharmaceuticals, Ltd. Use is subject to license terms.

    Version:
    1.0 Sep 27, 2012 MvK: Start implementation
    Author:
    Modest von Korff
    • Method Detail

      • createObject

        S createObject()