All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarkparsia.modularity.ModuleExtractorFactory Maven / Gradle / Ivy

There is a newer version: 2.3.6-ansell
Show newest version
// Copyright (c) 2006 - 2008, Clark & Parsia, LLC. 
// This source code is available under the terms of the Affero General Public License v3.
//
// Please see LICENSE.txt for full license terms, including the availability of proprietary exceptions.
// Questions, comments, or requests for clarification: [email protected]

package com.clarkparsia.modularity;


/**
 * 

Title:

* *

Description:

* *

Copyright: Copyright (c) 2007

* *

Company: Clark & Parsia, LLC.

* * @author Evren Sirin */ public class ModuleExtractorFactory { public static ModuleExtractor createModuleExtractor() { return new AxiomBasedModuleExtractor(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy