Interface IFactory<S extends AMemorizedObject>
-
- All Known Implementing Classes:
FactorySolution
public interface IFactory<S extends AMemorizedObject>
IFactoryCopyright: 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S
createObject()
-
-
-
Method Detail
-
createObject
S createObject()
-
-