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

org.aksw.sparqlify.database.PrefixIndexFactory Maven / Gradle / Ivy

The newest version!
package org.aksw.sparqlify.database;


/*
interface IndexFactory
{
	public create(Table table, String columnName);
}
*/
/*
public class PrefixIndexFactory
	//implements Factory1>
{

	@Override
	public PrefixIndex create(PrefixIndex a) {
		//return new PrefixIndex();
		return null;
	}

}
*/




© 2015 - 2024 Weber Informatics LLC | Privacy Policy