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

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

There is a newer version: 3.17.0-1
Show newest version
package org.aksw.sparqlify.database;

import java.util.List;

public interface MetaIndexFactory
{
	MapStoreAccessor create(Table table, List columnNames);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy