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

org.aksw.jenax.sparql.fragment.api.GeneralizedFragment2 Maven / Gradle / Ivy

There is a newer version: 5.0.0-1
Show newest version
package org.aksw.jenax.sparql.fragment.api;

import java.util.Set;

import org.apache.jena.sparql.core.Var;

/**
 * A relation with multiple source and target variables
 * @author raven
 *
 */
public interface GeneralizedFragment2
	extends Fragment
{
	Set getSourceVars();
	Set getTargetVars();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy