From: <lor...@us...> - 2013-09-03 16:48:56
|
Revision: 4041 http://sourceforge.net/p/dl-learner/code/4041 Author: lorenz_b Date: 2013-09-03 16:48:52 +0000 (Tue, 03 Sep 2013) Log Message: ----------- Added first implementation of semantic index. Removed Paths: ------------- trunk/components-core/src/main/java/org/dllearner/algorithms/isle/index/semantic/SemanticIndexFactory.java Deleted: trunk/components-core/src/main/java/org/dllearner/algorithms/isle/index/semantic/SemanticIndexFactory.java =================================================================== --- trunk/components-core/src/main/java/org/dllearner/algorithms/isle/index/semantic/SemanticIndexFactory.java 2013-09-03 16:48:16 UTC (rev 4040) +++ trunk/components-core/src/main/java/org/dllearner/algorithms/isle/index/semantic/SemanticIndexFactory.java 2013-09-03 16:48:52 UTC (rev 4041) @@ -1,18 +0,0 @@ -package org.dllearner.algorithms.isle.index.semantic; - -import java.io.File; - -/** - * Provides methods for creating semantic indexes. - * - * @author Daniel Fleischhacker - */ -public interface SemanticIndexFactory { - /** - * Returns a newly created semantic index for the collection of files contained in the given {@code directory}. - * - * @param inputDirectory directory containing files to create index from - * @return semantic index for the files in the given input directory - */ - public SemanticIndex createIndex(File inputDirectory); -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |