com.actelion.research.util.graph.complete.FactorySolution Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openchemlib Show documentation
Show all versions of openchemlib Show documentation
Open Source Chemistry Library
package com.actelion.research.util.graph.complete;
/**
*
*
* FactorySolution
* Copyright: Actelion Ltd., Inc. All Rights Reserved
* This software is the proprietary information of Actelion Pharmaceuticals, Ltd.
* Use is subject to license terms.
* @author Modest von Korff
* @version 1.0
* Oct 1, 2012 MvK: Start implementation
*/
public class FactorySolution implements IFactory {
public SolutionCompleteGraph createObject() {
SolutionCompleteGraph solution = new SolutionCompleteGraph();
return solution;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy