![JAR search and dependency download from the Maven repository](/logo.png)
org.linkeddatafragments.fragments.tpf.ITriplePatternFragment Maven / Gradle / Ivy
package org.linkeddatafragments.fragments.tpf;
import org.linkeddatafragments.fragments.ILinkedDataFragment;
/**
* A Triple Pattern Fragment.
* @author Ruben Verborgh
*/
public interface ITriplePatternFragment extends ILinkedDataFragment {
/**
* Gets the total number of triples in the fragment (can be an estimate).
* @return the total number of triples
*/
public long getTotalSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy