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

org.aksw.facete.v3.api.FacetValueCount Maven / Gradle / Ivy

There is a newer version: 5.2.0-1
Show newest version
package org.aksw.facete.v3.api;

import org.aksw.commons.util.range.CountInfo;
import org.aksw.jenax.annotation.reprogen.IriNs;
import org.hobbit.benchmark.faceted_browsing.v2.domain.Vocab;


/**
 * FacetValue plus a count attribute
 * 
 * @author Claus Stadler, Dec 29, 2018
 *
 */
@IriNs(Vocab.ns)
public interface FacetValueCount
	extends FacetValue
{
//	@Iri//(FacetValueCountImpl_.PREDICATE)
//	Node getPredicate();
//	
//	@Iri//(FacetValueCountImpl_.VALUE)
//	Node getValue();

	CountInfo getFocusCount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy