
org.aksw.simba.lsq.spinx.model.SpinQueryEx Maven / Gradle / Ivy
package org.aksw.simba.lsq.spinx.model;
import org.aksw.jenax.annotation.reprogen.ResourceView;
// Deprecated; the information captured by this class went to {@link LsqStructuralFeatures}
@ResourceView
public interface SpinQueryEx
extends BgpInfo
{
// @Iri(LSQ.Strs.hasBGP)
// Set getBgps();
//
// @Iri(LSQ.Strs.bgpCount)
// Integer getTotalBgpCount();
// SpinQueryEx setTotalBgpCount(Integer cnt);
//
// @Iri(LSQ.Strs.tpInBgpCountMin)
// Integer getMinBgpTriples();
// SpinQueryEx setMinBgpTriples(Integer cnt);
//
// @Iri(LSQ.Strs.tpInBgpCountMax)
// Integer getMaxBgpTriples();
// SpinQueryEx setMaxBgpTriples(Integer cnt);
//
// @Iri(LSQ.Strs.tpCount)
// Integer getTriplePatternCount();
// SpinQueryEx setTriplePatternCount(Integer cnt);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy