Class FactorySolution
- java.lang.Object
-
- com.actelion.research.util.graph.complete.FactorySolution
-
- All Implemented Interfaces:
IFactory<SolutionCompleteGraph>
public class FactorySolution extends java.lang.Object implements IFactory<SolutionCompleteGraph>
FactorySolutionCopyright: 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 Oct 1, 2012 MvK: Start implementation
- Author:
- Modest von Korff
-
-
Constructor Summary
Constructors Constructor Description FactorySolution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolutionCompleteGraph
createObject()
-
-
-
Method Detail
-
createObject
public SolutionCompleteGraph createObject()
- Specified by:
createObject
in interfaceIFactory<SolutionCompleteGraph>
-
-